Shades of Dairy Cream #EDCE9F
Tints of Dairy Cream #EDCE9F
RGB
CMYK
RGB Variations
Color information
#EDCE9F (or 0xEDCE9F) is known color: Dairy Cream. HEX triplet: ED, CE and 9F. RGB value is (237,206,159). Sum of RGB (Red+Green+Blue) = 237+206+159=602 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.37% from 602); Green value is 206 (80.86% from 255 or 34.22% from 602); Blue value is 159 (62.5% from 255 or 26.41% from 602); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCE9F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDCE9F is #123160. Grayscale: #D2D2D2. Windows color (decimal): -1192289 or 10473197. OLE color: 10473197.
HSL color Cylindrical-coordinate representation of color #EDCE9F: hue angle of 36.15º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EDCE9F is Cyan = 0, Magento = 0.13, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 206 | 159 | - |
CMYK | 0 | 0.13 | 0.33 | 0.07 |
HSL | 36.15º | 0.68% | 0.78% | - |
HSV(B) | 36.15º | 0.33% | 0.93% | - |
XYZ | 63.25 | 64.65 | 41.95 | - |
YUV | 209.91 | 99.27 | 147.32 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 206 | 159 | 0 | 0.13 | 0.33 | 0.07 | 36.15 | 0.68 | 0.78 |
Hex | ED | CE | 9F | 0 | D | 21 | 7 | 24 | 44 | 4E |
Octal | 355 | 316 | 237 | 0 | 15 | 41 | 7 | 44 | 104 | 116 |
Binary | 11101101 | 11001110 | 10011111 | 0 | 1101 | 100001 | 111 | 100100 | 1000100 | 1001110 |
Color Harmonies of #EDCE9F
Complementary color
Monochromatic Colors of #EDCE9F
Black with #EDCE9F
Text Example
Text Example
White with #EDCE9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDCE9F; }
p { color: rgb(237,206,159); }
H1.HeaderClassName
{
color: #EDCE9F;
}
.AnyTagClassName
{
color: #EDCE9F;
}
</style>
background-color css
<style>
a { background-color: #EDCE9F; }
a { background-color: rgb(237,206,159); }
div.DivClassName
{
background-color: #EDCE9F;
}
.BgClassName
{
background-color: #EDCE9F;
}
</style>
border-color css
<style>
span { border-color: #EDCE9F; }
span { border-color: rgb(237,206,159); }
td.TdClassName
{
border-color: #EDCE9F;
}
.TagClassName
{
border-color: #EDCE9F;
}
</style>