Html Css Color HEX #CEC29D Double Spanish White
📋 copy color: '#CEC29D'red 206 ◦ green 194 ◦ blue 157
Shades of Double Spanish White #CEC29D
Tints of Double Spanish White #CEC29D
RGB
CMYK
RGB Variations
Color information
#CEC29D (or 0xCEC29D) is known color: Double Spanish White. HEX triplet: CE, C2 and 9D. RGB value is (206,194,157). Sum of RGB (Red+Green+Blue) = 206+194+157=557 (73% of max value = 765). Red value is 206 (80.86% from 255 or 36.98% from 557); Green value is 194 (76.17% from 255 or 34.83% from 557); Blue value is 157 (61.72% from 255 or 28.19% from 557); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC29D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEC29D is #313D62. Grayscale: #C1C1C1. Windows color (decimal): -3226979 or 10339022. OLE color: 10339022.
HSL color Cylindrical-coordinate representation of color #CEC29D: hue angle of 45.31º degrees, saturation: 0.33, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CEC29D is Cyan = 0, Magento = 0.06, Yellow = 0.24 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 194 | 157 | - |
| CMYK | 0 | 0.06 | 0.24 | 0.19 |
| HSL | 45.31º | 0.33% | 0.71% | - |
| HSV(B) | 45.31º | 0.24% | 0.81% | - |
| XYZ | 50.83 | 54.14 | 39.67 | - |
| YUV | 193.37 | 107.48 | 137.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 194 | 157 | 0 | 0.06 | 0.24 | 0.19 | 45.31 | 0.33 | 0.71 |
| Hex | CE | C2 | 9D | 0 | 6 | 18 | 13 | 2D | 21 | 47 |
| Octal | 316 | 302 | 235 | 0 | 6 | 30 | 23 | 55 | 41 | 107 |
| Binary | 11001110 | 11000010 | 10011101 | 0 | 110 | 11000 | 10011 | 101101 | 100001 | 1000111 |
Color Harmonies of #CEC29D
Complementary color
Monochromatic Colors of #CEC29D
Black with #CEC29D
Text Example
Text Example
White with #CEC29D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC29D; }
p { color: rgb(206,194,157); }
H1.HeaderClassName
{
color: #CEC29D;
}
.AnyTagClassName
{
color: #CEC29D;
}
</style>
background-color css
<style>
a { background-color: #CEC29D; }
a { background-color: rgb(206,194,157); }
div.DivClassName
{
background-color: #CEC29D;
}
.BgClassName
{
background-color: #CEC29D;
}
</style>
border-color css
<style>
span { border-color: #CEC29D; }
span { border-color: rgb(206,194,157); }
td.TdClassName
{
border-color: #CEC29D;
}
.TagClassName
{
border-color: #CEC29D;
}
</style>