Shades of Dairy Cream #EDCDA1
Tints of Dairy Cream #EDCDA1
RGB
CMYK
RGB Variations
Color information
#EDCDA1 (or 0xEDCDA1) is known color: Dairy Cream. HEX triplet: ED, CD and A1. RGB value is (237,205,161). Sum of RGB (Red+Green+Blue) = 237+205+161=603 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.30% from 603); Green value is 205 (80.47% from 255 or 34.00% from 603); Blue value is 161 (63.28% from 255 or 26.70% from 603); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCDA1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDCDA1 is #12325E. Grayscale: #D1D1D1. Windows color (decimal): -1192543 or 10604013. OLE color: 10604013.
HSL color Cylindrical-coordinate representation of color #EDCDA1: hue angle of 34.74º 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 #EDCDA1 is Cyan = 0, Magento = 0.14, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 205 | 161 | - |
| CMYK | 0 | 0.14 | 0.32 | 0.07 |
| HSL | 34.74º | 0.68% | 0.78% | - |
| HSV(B) | 34.74º | 0.32% | 0.93% | - |
| XYZ | 63.19 | 64.24 | 42.79 | - |
| YUV | 209.55 | 100.6 | 147.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 205 | 161 | 0 | 0.14 | 0.32 | 0.07 | 34.74 | 0.68 | 0.78 |
| Hex | ED | CD | A1 | 0 | E | 20 | 7 | 23 | 44 | 4E |
| Octal | 355 | 315 | 241 | 0 | 16 | 40 | 7 | 43 | 104 | 116 |
| Binary | 11101101 | 11001101 | 10100001 | 0 | 1110 | 100000 | 111 | 100011 | 1000100 | 1001110 |
Color Harmonies of #EDCDA1
Complementary color
Monochromatic Colors of #EDCDA1
Black with #EDCDA1
Text Example
Text Example
White with #EDCDA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDCDA1; }
p { color: rgb(237,205,161); }
H1.HeaderClassName
{
color: #EDCDA1;
}
.AnyTagClassName
{
color: #EDCDA1;
}
</style>
background-color css
<style>
a { background-color: #EDCDA1; }
a { background-color: rgb(237,205,161); }
div.DivClassName
{
background-color: #EDCDA1;
}
.BgClassName
{
background-color: #EDCDA1;
}
</style>
border-color css
<style>
span { border-color: #EDCDA1; }
span { border-color: rgb(237,205,161); }
td.TdClassName
{
border-color: #EDCDA1;
}
.TagClassName
{
border-color: #EDCDA1;
}
</style>