#EEDFCB

Color #EEDFCB Bleach White (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bleach White #EEDFCB

Tints of Bleach White #EEDFCB

Color information

#EEDFCB (or 0xEEDFCB) is unknown color: approx Bleach White. HEX triplet: EE, DF and CB. RGB value is (238,223,203). Sum of RGB (Red+Green+Blue) = 238+223+203=664 (87% of max value = 765). Red value is 238 (93.36% from 255 or 35.84% from 664); Green value is 223 (87.5% from 255 or 33.58% from 664); Blue value is 203 (79.69% from 255 or 30.57% from 664); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDFCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDFCB is #112034. Grayscale: #E1E1E1. Windows color (decimal): -1122357 or 13361134. OLE color: 13361134.

HSL color Cylindrical-coordinate representation of color #EEDFCB: hue angle of 34.29º 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 #EEDFCB is Cyan = 0, Magento = 0.06, Yellow = 0.15 and Black (K on CMYK) = 0.07.

Color convert

RGB238223203-
CMYK00.060.150.07
HSL34.29º50.72%86.47%-
HSV(B)34.29º14.71%93.33%-
XYZ72.4375.2667.21-
YUV225.2115.47137.13-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.84%
GREEN value IS 223 (87.5% from 255) = 33.58%
BLUE value IS 203 (79.69% from 255) = 30.57%
R=35.84%
G=33.58%
B=30.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.15
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23822320300.060.150.0734.2950.7286.47
HexEEDFCB06F7223356
Octal356337313061774263126
Binary111011101101111111001011011011111111000101100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDFCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDFCB; }

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

 H1.HeaderClassName
 {
   color: #EEDFCB;
 }
 .AnyTagClassName
 {
   color: #EEDFCB;
 }
</style>
background-color css

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

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

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

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

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

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