Html Css Color HEX #CEC3A8 Double Spanish White
📋 copy color: '#CEC3A8'red 206 ◦ green 195 ◦ blue 168
Shades of Double Spanish White #CEC3A8
Tints of Double Spanish White #CEC3A8
RGB
CMYK
RGB Variations
Color information
#CEC3A8 (or 0xCEC3A8) is known color: Double Spanish White. HEX triplet: CE, C3 and A8. RGB value is (206,195,168). Sum of RGB (Red+Green+Blue) = 206+195+168=569 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.20% from 569); Green value is 195 (76.56% from 255 or 34.27% from 569); Blue value is 168 (66.02% from 255 or 29.53% from 569); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC3A8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEC3A8 is #313C57. Grayscale: #C3C3C3. Windows color (decimal): -3226712 or 11060174. OLE color: 11060174.
HSL color Cylindrical-coordinate representation of color #CEC3A8: hue angle of 42.63º 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 #CEC3A8 is Cyan = 0, Magento = 0.05, Yellow = 0.18 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 195 | 168 | - |
| CMYK | 0 | 0.05 | 0.18 | 0.19 |
| HSL | 42.63º | 0.28% | 0.73% | - |
| HSV(B) | 42.63º | 0.18% | 0.81% | - |
| XYZ | 52.04 | 54.98 | 44.92 | - |
| YUV | 195.21 | 112.64 | 135.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 195 | 168 | 0 | 0.05 | 0.18 | 0.19 | 42.63 | 0.28 | 0.73 |
| Hex | CE | C3 | A8 | 0 | 5 | 12 | 13 | 2B | 1C | 49 |
| Octal | 316 | 303 | 250 | 0 | 5 | 22 | 23 | 53 | 34 | 111 |
| Binary | 11001110 | 11000011 | 10101000 | 0 | 101 | 10010 | 10011 | 101011 | 11100 | 1001001 |
Color Harmonies of #CEC3A8
Complementary color
Monochromatic Colors of #CEC3A8
Black with #CEC3A8
Text Example
Text Example
White with #CEC3A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC3A8; }
p { color: rgb(206,195,168); }
H1.HeaderClassName
{
color: #CEC3A8;
}
.AnyTagClassName
{
color: #CEC3A8;
}
</style>
background-color css
<style>
a { background-color: #CEC3A8; }
a { background-color: rgb(206,195,168); }
div.DivClassName
{
background-color: #CEC3A8;
}
.BgClassName
{
background-color: #CEC3A8;
}
</style>
border-color css
<style>
span { border-color: #CEC3A8; }
span { border-color: rgb(206,195,168); }
td.TdClassName
{
border-color: #CEC3A8;
}
.TagClassName
{
border-color: #CEC3A8;
}
</style>