Html Css Color HEX #E6CE97 Double Colonial White
📋 copy color: '#E6CE97'red 230 ◦ green 206 ◦ blue 151
Shades of Double Colonial White #E6CE97
Tints of Double Colonial White #E6CE97
RGB
CMYK
RGB Variations
Color information
#E6CE97 (or 0xE6CE97) is known color: Double Colonial White. HEX triplet: E6, CE and 97. RGB value is (230,206,151). Sum of RGB (Red+Green+Blue) = 230+206+151=587 (77% of max value = 765). Red value is 230 (90.23% from 255 or 39.18% from 587); Green value is 206 (80.86% from 255 or 35.09% from 587); Blue value is 151 (59.38% from 255 or 25.72% from 587); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CE97 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6CE97 is #193168. Grayscale: #CFCFCF. Windows color (decimal): -1651049 or 9948902. OLE color: 9948902.
HSL color Cylindrical-coordinate representation of color #E6CE97: hue angle of 41.77º degrees, saturation: 0.61, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E6CE97 is Cyan = 0, Magento = 0.10, Yellow = 0.34 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 206 | 151 | - |
| CMYK | 0 | 0.10 | 0.34 | 0.10 |
| HSL | 41.77º | 0.61% | 0.75% | - |
| HSV(B) | 41.77º | 0.34% | 0.9% | - |
| XYZ | 60.29 | 63.2 | 38.3 | - |
| YUV | 206.91 | 96.45 | 144.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 206 | 151 | 0 | 0.10 | 0.34 | 0.10 | 41.77 | 0.61 | 0.75 |
| Hex | E6 | CE | 97 | 0 | A | 22 | A | 2A | 3D | 4B |
| Octal | 346 | 316 | 227 | 0 | 12 | 42 | 12 | 52 | 75 | 113 |
| Binary | 11100110 | 11001110 | 10010111 | 0 | 1010 | 100010 | 1010 | 101010 | 111101 | 1001011 |
Color Harmonies of #E6CE97
Complementary color
Monochromatic Colors of #E6CE97
Black with #E6CE97
Text Example
Text Example
White with #E6CE97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6CE97; }
p { color: rgb(230,206,151); }
H1.HeaderClassName
{
color: #E6CE97;
}
.AnyTagClassName
{
color: #E6CE97;
}
</style>
background-color css
<style>
a { background-color: #E6CE97; }
a { background-color: rgb(230,206,151); }
div.DivClassName
{
background-color: #E6CE97;
}
.BgClassName
{
background-color: #E6CE97;
}
</style>
border-color css
<style>
span { border-color: #E6CE97; }
span { border-color: rgb(230,206,151); }
td.TdClassName
{
border-color: #E6CE97;
}
.TagClassName
{
border-color: #E6CE97;
}
</style>