#EDCE9E

Color #EDCE9E Dairy Cream (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dairy Cream #EDCE9E

Tints of Dairy Cream #EDCE9E

Color information

#EDCE9E (or 0xEDCE9E) is unknown color: approx Dairy Cream. HEX triplet: ED, CE and 9E. RGB value is (237,206,158). Sum of RGB (Red+Green+Blue) = 237+206+158=601 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.43% from 601); Green value is 206 (80.86% from 255 or 34.28% from 601); Blue value is 158 (62.11% from 255 or 26.29% from 601); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCE9E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDCE9E is #123161. Grayscale: #D2D2D2. Windows color (decimal): -1192290 or 10407661. OLE color: 10407661.

HSL color Cylindrical-coordinate representation of color #EDCE9E: hue angle of 36.46º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EDCE9E is Cyan = 0, Magento = 0.13, Yellow = 0.33 and Black (K on CMYK) = 0.07.

Color convert

RGB237206158-
CMYK00.130.330.07
HSL36.46º68.7%77.45%-
HSV(B)36.46º33.33%92.94%-
XYZ63.1764.6241.49-
YUV209.898.77147.4-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.43%
GREEN value IS 206 (80.86% from 255) = 34.28%
BLUE value IS 158 (62.11% from 255) = 26.29%
R=39.43%
G=34.28%
B=26.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.33
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720615800.130.330.0736.4668.777.45
HexEDCE9E0D21724454d
Octal35531623601541744105115
Binary1110110111001110100111100110110000111110010010001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCE9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCE9E; }

 p { color: rgb(237,206,158); }

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

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

 a { background-color: rgb(237,206,158); }

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

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

 span { border-color: rgb(237,206,158); }

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