Shades of Dairy Cream #EDCEA1
Tints of Dairy Cream #EDCEA1
RGB
CMYK
RGB Variations
Color information
#EDCEA1 (or 0xEDCEA1) is known color: Dairy Cream. HEX triplet: ED, CE and A1. RGB value is (237,206,161). Sum of RGB (Red+Green+Blue) = 237+206+161=604 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.24% from 604); Green value is 206 (80.86% from 255 or 34.11% from 604); Blue value is 161 (63.28% from 255 or 26.66% from 604); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCEA1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDCEA1 is #12315E. Grayscale: #D2D2D2. Windows color (decimal): -1192287 or 10604269. OLE color: 10604269.
HSL color Cylindrical-coordinate representation of color #EDCEA1: hue angle of 35.53º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EDCEA1 is Cyan = 0, Magento = 0.13, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 206 | 161 | - |
| CMYK | 0 | 0.13 | 0.32 | 0.07 |
| HSL | 35.53º | 0.68% | 0.78% | - |
| HSV(B) | 35.53º | 0.32% | 0.93% | - |
| XYZ | 63.43 | 64.72 | 42.87 | - |
| YUV | 210.14 | 100.27 | 147.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 206 | 161 | 0 | 0.13 | 0.32 | 0.07 | 35.53 | 0.68 | 0.78 |
| Hex | ED | CE | A1 | 0 | D | 20 | 7 | 24 | 44 | 4E |
| Octal | 355 | 316 | 241 | 0 | 15 | 40 | 7 | 44 | 104 | 116 |
| Binary | 11101101 | 11001110 | 10100001 | 0 | 1101 | 100000 | 111 | 100100 | 1000100 | 1001110 |
Color Harmonies of #EDCEA1
Complementary color
Monochromatic Colors of #EDCEA1
Black with #EDCEA1
Text Example
Text Example
White with #EDCEA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDCEA1; }
p { color: rgb(237,206,161); }
H1.HeaderClassName
{
color: #EDCEA1;
}
.AnyTagClassName
{
color: #EDCEA1;
}
</style>
background-color css
<style>
a { background-color: #EDCEA1; }
a { background-color: rgb(237,206,161); }
div.DivClassName
{
background-color: #EDCEA1;
}
.BgClassName
{
background-color: #EDCEA1;
}
</style>
border-color css
<style>
span { border-color: #EDCEA1; }
span { border-color: rgb(237,206,161); }
td.TdClassName
{
border-color: #EDCEA1;
}
.TagClassName
{
border-color: #EDCEA1;
}
</style>