Html Css Color HEX #CEC2A8 Double Spanish White
📋 copy color: '#CEC2A8'red 206 ◦ green 194 ◦ blue 168
Shades of Double Spanish White #CEC2A8
Tints of Double Spanish White #CEC2A8
RGB
CMYK
RGB Variations
Color information
#CEC2A8 (or 0xCEC2A8) is known color: Double Spanish White. HEX triplet: CE, C2 and A8. RGB value is (206,194,168). Sum of RGB (Red+Green+Blue) = 206+194+168=568 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.27% from 568); Green value is 194 (76.17% from 255 or 34.15% from 568); Blue value is 168 (66.02% from 255 or 29.58% from 568); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC2A8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEC2A8 is #313D57. Grayscale: #C2C2C2. Windows color (decimal): -3226968 or 11059918. OLE color: 11059918.
HSL color Cylindrical-coordinate representation of color #CEC2A8: hue angle of 41.05º degrees, saturation: 0.28, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CEC2A8 is Cyan = 0, Magento = 0.06, Yellow = 0.18 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 194 | 168 | - |
| CMYK | 0 | 0.06 | 0.18 | 0.19 |
| HSL | 41.05º | 0.28% | 0.73% | - |
| HSV(B) | 41.05º | 0.18% | 0.81% | - |
| XYZ | 51.81 | 54.53 | 44.84 | - |
| YUV | 194.62 | 112.98 | 136.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 194 | 168 | 0 | 0.06 | 0.18 | 0.19 | 41.05 | 0.28 | 0.73 |
| Hex | CE | C2 | A8 | 0 | 6 | 12 | 13 | 29 | 1C | 49 |
| Octal | 316 | 302 | 250 | 0 | 6 | 22 | 23 | 51 | 34 | 111 |
| Binary | 11001110 | 11000010 | 10101000 | 0 | 110 | 10010 | 10011 | 101001 | 11100 | 1001001 |
Color Harmonies of #CEC2A8
Complementary color
Monochromatic Colors of #CEC2A8
Black with #CEC2A8
Text Example
Text Example
White with #CEC2A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC2A8; }
p { color: rgb(206,194,168); }
H1.HeaderClassName
{
color: #CEC2A8;
}
.AnyTagClassName
{
color: #CEC2A8;
}
</style>
background-color css
<style>
a { background-color: #CEC2A8; }
a { background-color: rgb(206,194,168); }
div.DivClassName
{
background-color: #CEC2A8;
}
.BgClassName
{
background-color: #CEC2A8;
}
</style>
border-color css
<style>
span { border-color: #CEC2A8; }
span { border-color: rgb(206,194,168); }
td.TdClassName
{
border-color: #CEC2A8;
}
.TagClassName
{
border-color: #CEC2A8;
}
</style>