Shades of Dairy Cream #E6CFA5
Tints of Dairy Cream #E6CFA5
RGB
CMYK
RGB Variations
Color information
#E6CFA5 (or 0xE6CFA5) is known color: Dairy Cream. HEX triplet: E6, CF and A5. RGB value is (230,207,165). Sum of RGB (Red+Green+Blue) = 230+207+165=602 (79% of max value = 765). Red value is 230 (90.23% from 255 or 38.21% from 602); Green value is 207 (81.25% from 255 or 34.39% from 602); Blue value is 165 (64.84% from 255 or 27.41% from 602); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CFA5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6CFA5 is #19305A. Grayscale: #D1D1D1. Windows color (decimal): -1650779 or 10866662. OLE color: 10866662.
HSL color Cylindrical-coordinate representation of color #E6CFA5: hue angle of 38.77º degrees, saturation: 0.57, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #E6CFA5 is Cyan = 0, Magento = 0.10, Yellow = 0.28 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 207 | 165 | - |
| CMYK | 0 | 0.10 | 0.28 | 0.10 |
| HSL | 38.77º | 0.57% | 0.77% | - |
| HSV(B) | 38.77º | 0.28% | 0.9% | - |
| XYZ | 61.74 | 64.17 | 44.73 | - |
| YUV | 209.09 | 103.12 | 142.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 207 | 165 | 0 | 0.10 | 0.28 | 0.10 | 38.77 | 0.57 | 0.77 |
| Hex | E6 | CF | A5 | 0 | A | 1C | A | 27 | 39 | 4D |
| Octal | 346 | 317 | 245 | 0 | 12 | 34 | 12 | 47 | 71 | 115 |
| Binary | 11100110 | 11001111 | 10100101 | 0 | 1010 | 11100 | 1010 | 100111 | 111001 | 1001101 |
Color Harmonies of #E6CFA5
Complementary color
Monochromatic Colors of #E6CFA5
Black with #E6CFA5
Text Example
Text Example
White with #E6CFA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6CFA5; }
p { color: rgb(230,207,165); }
H1.HeaderClassName
{
color: #E6CFA5;
}
.AnyTagClassName
{
color: #E6CFA5;
}
</style>
background-color css
<style>
a { background-color: #E6CFA5; }
a { background-color: rgb(230,207,165); }
div.DivClassName
{
background-color: #E6CFA5;
}
.BgClassName
{
background-color: #E6CFA5;
}
</style>
border-color css
<style>
span { border-color: #E6CFA5; }
span { border-color: rgb(230,207,165); }
td.TdClassName
{
border-color: #E6CFA5;
}
.TagClassName
{
border-color: #E6CFA5;
}
</style>