Shades of White Rock #CECAAD
Tints of White Rock #CECAAD
RGB
CMYK
RGB Variations
Color information
#CECAAD (or 0xCECAAD) is known color: White Rock. HEX triplet: CE, CA and AD. RGB value is (206,202,173). Sum of RGB (Red+Green+Blue) = 206+202+173=581 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.46% from 581); Green value is 202 (79.30% from 255 or 34.77% from 581); Blue value is 173 (67.97% from 255 or 29.78% from 581); Max value from RGB is 206 - color contains mainly: red. Hex color #CECAAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CECAAD is #313552. Grayscale: #C8C8C8. Windows color (decimal): -3224915 or 11389646. OLE color: 11389646.
HSL color Cylindrical-coordinate representation of color #CECAAD: hue angle of 52.73º degrees, saturation: 0.25, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CECAAD is Cyan = 0, Magento = 0.02, Yellow = 0.16 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 202 | 173 | - |
| CMYK | 0 | 0.02 | 0.16 | 0.19 |
| HSL | 52.73º | 0.25% | 0.74% | - |
| HSV(B) | 52.73º | 0.16% | 0.81% | - |
| XYZ | 54.12 | 58.38 | 47.95 | - |
| YUV | 199.89 | 112.83 | 132.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 202 | 173 | 0 | 0.02 | 0.16 | 0.19 | 52.73 | 0.25 | 0.74 |
| Hex | CE | CA | AD | 0 | 2 | 10 | 13 | 35 | 19 | 4A |
| Octal | 316 | 312 | 255 | 0 | 2 | 20 | 23 | 65 | 31 | 112 |
| Binary | 11001110 | 11001010 | 10101101 | 0 | 10 | 10000 | 10011 | 110101 | 11001 | 1001010 |
Color Harmonies of #CECAAD
Complementary color
Monochromatic Colors of #CECAAD
Black with #CECAAD
Text Example
Text Example
White with #CECAAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECAAD; }
p { color: rgb(206,202,173); }
H1.HeaderClassName
{
color: #CECAAD;
}
.AnyTagClassName
{
color: #CECAAD;
}
</style>
background-color css
<style>
a { background-color: #CECAAD; }
a { background-color: rgb(206,202,173); }
div.DivClassName
{
background-color: #CECAAD;
}
.BgClassName
{
background-color: #CECAAD;
}
</style>
border-color css
<style>
span { border-color: #CECAAD; }
span { border-color: rgb(206,202,173); }
td.TdClassName
{
border-color: #CECAAD;
}
.TagClassName
{
border-color: #CECAAD;
}
</style>