Html Css Color HEX #E6CF9C Double Colonial White
📋 copy color: '#E6CF9C'red 230 ◦ green 207 ◦ blue 156
Shades of Double Colonial White #E6CF9C
Tints of Double Colonial White #E6CF9C
RGB
CMYK
RGB Variations
Color information
#E6CF9C (or 0xE6CF9C) is known color: Double Colonial White. HEX triplet: E6, CF and 9C. RGB value is (230,207,156). Sum of RGB (Red+Green+Blue) = 230+207+156=593 (78% of max value = 765). Red value is 230 (90.23% from 255 or 38.79% from 593); Green value is 207 (81.25% from 255 or 34.91% from 593); Blue value is 156 (61.33% from 255 or 26.31% from 593); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CF9C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6CF9C is #193063. Grayscale: #D0D0D0. Windows color (decimal): -1650788 or 10276838. OLE color: 10276838.
HSL color Cylindrical-coordinate representation of color #E6CF9C: hue angle of 41.35º degrees, saturation: 0.6, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E6CF9C is Cyan = 0, Magento = 0.10, Yellow = 0.32 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 207 | 156 | - |
| CMYK | 0 | 0.10 | 0.32 | 0.10 |
| HSL | 41.35º | 0.6% | 0.76% | - |
| HSV(B) | 41.35º | 0.32% | 0.9% | - |
| XYZ | 60.95 | 63.85 | 40.56 | - |
| YUV | 208.06 | 98.62 | 143.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 207 | 156 | 0 | 0.10 | 0.32 | 0.10 | 41.35 | 0.6 | 0.76 |
| Hex | E6 | CF | 9C | 0 | A | 20 | A | 29 | 3C | 4C |
| Octal | 346 | 317 | 234 | 0 | 12 | 40 | 12 | 51 | 74 | 114 |
| Binary | 11100110 | 11001111 | 10011100 | 0 | 1010 | 100000 | 1010 | 101001 | 111100 | 1001100 |
Color Harmonies of #E6CF9C
Complementary color
Monochromatic Colors of #E6CF9C
Black with #E6CF9C
Text Example
Text Example
White with #E6CF9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6CF9C; }
p { color: rgb(230,207,156); }
H1.HeaderClassName
{
color: #E6CF9C;
}
.AnyTagClassName
{
color: #E6CF9C;
}
</style>
background-color css
<style>
a { background-color: #E6CF9C; }
a { background-color: rgb(230,207,156); }
div.DivClassName
{
background-color: #E6CF9C;
}
.BgClassName
{
background-color: #E6CF9C;
}
</style>
border-color css
<style>
span { border-color: #E6CF9C; }
span { border-color: rgb(230,207,156); }
td.TdClassName
{
border-color: #E6CF9C;
}
.TagClassName
{
border-color: #E6CF9C;
}
</style>