Html Css Color HEX #EEDFCC Bleach White

📋 copy color: '#EEDFCC'

red 238 ◦ green 223 ◦ blue 204

#EEDFCC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bleach White #EEDFCC

Tints of Bleach White #EEDFCC

RGB

 RED value IS 238 (93.36% from 255) = 35.79%

 GREEN value IS 223 (87.5% from 255) = 33.53%

 BLUE value IS 204 (80.08% from 255) = 30.68%

R = 35.79%
G = 33.53%
B = 30.68%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.14

 K value IS 0.07

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#EEDFCC (or 0xEEDFCC) is known color: Bleach White. HEX triplet: EE, DF and CC. RGB value is (238,223,204). Sum of RGB (Red+Green+Blue) = 238+223+204=665 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.79% from 665); Green value is 223 (87.5% from 255 or 33.53% from 665); Blue value is 204 (80.08% from 255 or 30.68% from 665); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDFCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDFCC is #112033. Grayscale: #E1E1E1. Windows color (decimal): -1122356 or 13426670. OLE color: 13426670.

HSL color Cylindrical-coordinate representation of color #EEDFCC: hue angle of 33.53º degrees, saturation: 0.5, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EEDFCC is Cyan = 0, Magento = 0.06, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 223 204 -
CMYK 0 0.06 0.14 0.07
HSL 33.53º 0.5% 0.87% -
HSV(B) 33.53º 0.14% 0.93% -
XYZ 72.55 75.31 67.84 -
YUV 225.32 115.97 137.04 -
System Red Green Blue C M Y K H S L
Decimal 238 223 204 0 0.06 0.14 0.07 33.53 0.5 0.87
Hex EE DF CC 0 6 E 7 22 32 57
Octal 356 337 314 0 6 16 7 42 62 127
Binary 11101110 11011111 11001100 0 110 1110 111 100010 110010 1010111

Color Harmonies of #EEDFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDFCC

Black with #EEDFCC

Text Example


Text Example

White with #EEDFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDFCC; }

 p { color: rgb(238,223,204); }

 H1.HeaderClassName
 {
   color: #EEDFCC;
 }
 .AnyTagClassName
 {
   color: #EEDFCC;
 }
</style>

background-color css

<style>
 a { background-color: #EEDFCC; }

 a { background-color: rgb(238,223,204); }

 div.DivClassName
 {
   background-color: #EEDFCC;
 }
 .BgClassName
 {
   background-color: #EEDFCC;
 }
</style>

border-color css

<style>
 span { border-color: #EEDFCC; }

 span { border-color: rgb(238,223,204); }

 td.TdClassName
 {
   border-color: #EEDFCC;
 }
 .TagClassName
 {
   border-color: #EEDFCC;
 }
</style>