Html Css Color HEX #EEE1CB Bleach White

📋 copy color: '#EEE1CB'

red 238 ◦ green 225 ◦ blue 203

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

Shades of Bleach White #EEE1CB

Tints of Bleach White #EEE1CB

RGB

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

 GREEN value IS 225 (88.28% from 255) = 33.78%

 BLUE value IS 203 (79.69% from 255) = 30.48%

R = 35.74%
G = 33.78%
B = 30.48%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.15

 K value IS 0.07

RGB Variations

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

Color information

#EEE1CB (or 0xEEE1CB) is known color: Bleach White. HEX triplet: EE, E1 and CB. RGB value is (238,225,203). Sum of RGB (Red+Green+Blue) = 238+225+203=666 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.74% from 666); Green value is 225 (88.28% from 255 or 33.78% from 666); Blue value is 203 (79.69% from 255 or 30.48% from 666); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE1CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEE1CB is #111E34. Grayscale: #E2E2E2. Windows color (decimal): -1121845 or 13361646. OLE color: 13361646.

HSL color Cylindrical-coordinate representation of color #EEE1CB: hue angle of 37.71º degrees, saturation: 0.51, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EEE1CB is Cyan = 0, Magento = 0.05, Yellow = 0.15 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 225 203 -
CMYK 0 0.05 0.15 0.07
HSL 37.71º 0.51% 0.86% -
HSV(B) 37.71º 0.15% 0.93% -
XYZ 72.96 76.34 67.39 -
YUV 226.38 114.81 136.29 -
System Red Green Blue C M Y K H S L
Decimal 238 225 203 0 0.05 0.15 0.07 37.71 0.51 0.86
Hex EE E1 CB 0 5 F 7 26 33 56
Octal 356 341 313 0 5 17 7 46 63 126
Binary 11101110 11100001 11001011 0 101 1111 111 100110 110011 1010110

Color Harmonies of #EEE1CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEE1CB

Black with #EEE1CB

Text Example


Text Example

White with #EEE1CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEE1CB; }

 p { color: rgb(238,225,203); }

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

background-color css

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

 a { background-color: rgb(238,225,203); }

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

border-color css

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

 span { border-color: rgb(238,225,203); }

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