Html Css Color HEX #CEC3A6 Double Spanish White
📋 copy color: '#CEC3A6'red 206 ◦ green 195 ◦ blue 166
Shades of Double Spanish White #CEC3A6
Tints of Double Spanish White #CEC3A6
RGB
CMYK
RGB Variations
Color information
#CEC3A6 (or 0xCEC3A6) is known color: Double Spanish White. HEX triplet: CE, C3 and A6. RGB value is (206,195,166). Sum of RGB (Red+Green+Blue) = 206+195+166=567 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.33% from 567); Green value is 195 (76.56% from 255 or 34.39% from 567); Blue value is 166 (65.23% from 255 or 29.28% from 567); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC3A6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEC3A6 is #313C59. Grayscale: #C3C3C3. Windows color (decimal): -3226714 or 10929102. OLE color: 10929102.
HSL color Cylindrical-coordinate representation of color #CEC3A6: hue angle of 43.5º degrees, saturation: 0.29, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CEC3A6 is Cyan = 0, Magento = 0.05, Yellow = 0.19 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 195 | 166 | - |
| CMYK | 0 | 0.05 | 0.19 | 0.19 |
| HSL | 43.5º | 0.29% | 0.73% | - |
| HSV(B) | 43.5º | 0.19% | 0.81% | - |
| XYZ | 51.85 | 54.91 | 43.94 | - |
| YUV | 194.98 | 111.64 | 135.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 195 | 166 | 0 | 0.05 | 0.19 | 0.19 | 43.5 | 0.29 | 0.73 |
| Hex | CE | C3 | A6 | 0 | 5 | 13 | 13 | 2C | 1D | 49 |
| Octal | 316 | 303 | 246 | 0 | 5 | 23 | 23 | 54 | 35 | 111 |
| Binary | 11001110 | 11000011 | 10100110 | 0 | 101 | 10011 | 10011 | 101100 | 11101 | 1001001 |
Color Harmonies of #CEC3A6
Complementary color
Monochromatic Colors of #CEC3A6
Black with #CEC3A6
Text Example
Text Example
White with #CEC3A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC3A6; }
p { color: rgb(206,195,166); }
H1.HeaderClassName
{
color: #CEC3A6;
}
.AnyTagClassName
{
color: #CEC3A6;
}
</style>
background-color css
<style>
a { background-color: #CEC3A6; }
a { background-color: rgb(206,195,166); }
div.DivClassName
{
background-color: #CEC3A6;
}
.BgClassName
{
background-color: #CEC3A6;
}
</style>
border-color css
<style>
span { border-color: #CEC3A6; }
span { border-color: rgb(206,195,166); }
td.TdClassName
{
border-color: #CEC3A6;
}
.TagClassName
{
border-color: #CEC3A6;
}
</style>