Shades of White Rock #CECAAB
Tints of White Rock #CECAAB
RGB
CMYK
RGB Variations
Color information
#CECAAB (or 0xCECAAB) is known color: White Rock. HEX triplet: CE, CA and AB. RGB value is (206,202,171). Sum of RGB (Red+Green+Blue) = 206+202+171=579 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.58% from 579); Green value is 202 (79.30% from 255 or 34.89% from 579); Blue value is 171 (67.19% from 255 or 29.53% from 579); Max value from RGB is 206 - color contains mainly: red. Hex color #CECAAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CECAAB is #313554. Grayscale: #C7C7C7. Windows color (decimal): -3224917 or 11258574. OLE color: 11258574.
HSL color Cylindrical-coordinate representation of color #CECAAB: hue angle of 53.14º degrees, saturation: 0.26, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CECAAB is Cyan = 0, Magento = 0.02, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 202 | 171 | - |
| CMYK | 0 | 0.02 | 0.17 | 0.19 |
| HSL | 53.14º | 0.26% | 0.74% | - |
| HSV(B) | 53.14º | 0.17% | 0.81% | - |
| XYZ | 53.92 | 58.3 | 46.94 | - |
| YUV | 199.66 | 111.83 | 132.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 202 | 171 | 0 | 0.02 | 0.17 | 0.19 | 53.14 | 0.26 | 0.74 |
| Hex | CE | CA | AB | 0 | 2 | 11 | 13 | 35 | 1A | 4A |
| Octal | 316 | 312 | 253 | 0 | 2 | 21 | 23 | 65 | 32 | 112 |
| Binary | 11001110 | 11001010 | 10101011 | 0 | 10 | 10001 | 10011 | 110101 | 11010 | 1001010 |
Color Harmonies of #CECAAB
Complementary color
Monochromatic Colors of #CECAAB
Black with #CECAAB
Text Example
Text Example
White with #CECAAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECAAB; }
p { color: rgb(206,202,171); }
H1.HeaderClassName
{
color: #CECAAB;
}
.AnyTagClassName
{
color: #CECAAB;
}
</style>
background-color css
<style>
a { background-color: #CECAAB; }
a { background-color: rgb(206,202,171); }
div.DivClassName
{
background-color: #CECAAB;
}
.BgClassName
{
background-color: #CECAAB;
}
</style>
border-color css
<style>
span { border-color: #CECAAB; }
span { border-color: rgb(206,202,171); }
td.TdClassName
{
border-color: #CECAAB;
}
.TagClassName
{
border-color: #CECAAB;
}
</style>