Html Css Color HEX #E6CF9B Double Colonial White
📋 copy color: '#E6CF9B'red 230 ◦ green 207 ◦ blue 155
Shades of Double Colonial White #E6CF9B
Tints of Double Colonial White #E6CF9B
RGB
CMYK
RGB Variations
Color information
#E6CF9B (or 0xE6CF9B) is known color: Double Colonial White. HEX triplet: E6, CF and 9B. RGB value is (230,207,155). Sum of RGB (Red+Green+Blue) = 230+207+155=592 (78% of max value = 765). Red value is 230 (90.23% from 255 or 38.85% from 592); Green value is 207 (81.25% from 255 or 34.97% from 592); Blue value is 155 (60.94% from 255 or 26.18% from 592); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CF9B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6CF9B is #193064. Grayscale: #D0D0D0. Windows color (decimal): -1650789 or 10211302. OLE color: 10211302.
HSL color Cylindrical-coordinate representation of color #E6CF9B: hue angle of 41.6º degrees, saturation: 0.6, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E6CF9B is Cyan = 0, Magento = 0.10, Yellow = 0.33 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 207 | 155 | - |
| CMYK | 0 | 0.10 | 0.33 | 0.10 |
| HSL | 41.6º | 0.6% | 0.75% | - |
| HSV(B) | 41.6º | 0.33% | 0.9% | - |
| XYZ | 60.86 | 63.82 | 40.12 | - |
| YUV | 207.95 | 98.12 | 143.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 207 | 155 | 0 | 0.10 | 0.33 | 0.10 | 41.6 | 0.6 | 0.75 |
| Hex | E6 | CF | 9B | 0 | A | 21 | A | 2A | 3C | 4B |
| Octal | 346 | 317 | 233 | 0 | 12 | 41 | 12 | 52 | 74 | 113 |
| Binary | 11100110 | 11001111 | 10011011 | 0 | 1010 | 100001 | 1010 | 101010 | 111100 | 1001011 |
Color Harmonies of #E6CF9B
Complementary color
Monochromatic Colors of #E6CF9B
Black with #E6CF9B
Text Example
Text Example
White with #E6CF9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6CF9B; }
p { color: rgb(230,207,155); }
H1.HeaderClassName
{
color: #E6CF9B;
}
.AnyTagClassName
{
color: #E6CF9B;
}
</style>
background-color css
<style>
a { background-color: #E6CF9B; }
a { background-color: rgb(230,207,155); }
div.DivClassName
{
background-color: #E6CF9B;
}
.BgClassName
{
background-color: #E6CF9B;
}
</style>
border-color css
<style>
span { border-color: #E6CF9B; }
span { border-color: rgb(230,207,155); }
td.TdClassName
{
border-color: #E6CF9B;
}
.TagClassName
{
border-color: #E6CF9B;
}
</style>