#EDDFCB

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

Shades of Bleach White #EDDFCB

Tints of Bleach White #EDDFCB

Color information

#EDDFCB (or 0xEDDFCB) is unknown color: approx Bleach White. HEX triplet: ED, DF and CB. RGB value is (237,223,203). Sum of RGB (Red+Green+Blue) = 237+223+203=663 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.75% from 663); Green value is 223 (87.5% from 255 or 33.63% from 663); Blue value is 203 (79.69% from 255 or 30.62% from 663); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDFCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDDFCB is #122034. Grayscale: #E1E1E1. Windows color (decimal): -1187893 or 13361133. OLE color: 13361133.

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

Color convert

RGB237223203-
CMYK00.060.140.07
HSL35.29º48.57%86.27%-
HSV(B)35.29º14.35%92.94%-
XYZ72.0975.0967.19-
YUV224.91115.64136.63-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.75%
GREEN value IS 223 (87.5% from 255) = 33.63%
BLUE value IS 203 (79.69% from 255) = 30.62%
R=35.75%
G=33.63%
B=30.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722320300.060.140.0735.2948.5786.27
HexEDDFCB06E7233156
Octal355337313061674361126
Binary111011011101111111001011011011101111000111100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDFCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDFCB; }

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

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

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

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

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

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

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

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