Shades of White Rock #CECBAD
Tints of White Rock #CECBAD
RGB
CMYK
RGB Variations
Color information
#CECBAD (or 0xCECBAD) is known color: White Rock. HEX triplet: CE, CB and AD. RGB value is (206,203,173). Sum of RGB (Red+Green+Blue) = 206+203+173=582 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.40% from 582); Green value is 203 (79.69% from 255 or 34.88% from 582); Blue value is 173 (67.97% from 255 or 29.73% from 582); Max value from RGB is 206 - color contains mainly: red. Hex color #CECBAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CECBAD is #313452. Grayscale: #C8C8C8. Windows color (decimal): -3224659 or 11389902. OLE color: 11389902.
HSL color Cylindrical-coordinate representation of color #CECBAD: hue angle of 54.55º 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 #CECBAD is Cyan = 0, Magento = 0.01, Yellow = 0.16 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 203 | 173 | - |
| CMYK | 0 | 0.01 | 0.16 | 0.19 |
| HSL | 54.55º | 0.25% | 0.74% | - |
| HSV(B) | 54.55º | 0.16% | 0.81% | - |
| XYZ | 54.35 | 58.85 | 48.03 | - |
| YUV | 200.48 | 112.49 | 131.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 203 | 173 | 0 | 0.01 | 0.16 | 0.19 | 54.55 | 0.25 | 0.74 |
| Hex | CE | CB | AD | 0 | 1 | 10 | 13 | 37 | 19 | 4A |
| Octal | 316 | 313 | 255 | 0 | 1 | 20 | 23 | 67 | 31 | 112 |
| Binary | 11001110 | 11001011 | 10101101 | 0 | 1 | 10000 | 10011 | 110111 | 11001 | 1001010 |
Color Harmonies of #CECBAD
Complementary color
Monochromatic Colors of #CECBAD
Black with #CECBAD
Text Example
Text Example
White with #CECBAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECBAD; }
p { color: rgb(206,203,173); }
H1.HeaderClassName
{
color: #CECBAD;
}
.AnyTagClassName
{
color: #CECBAD;
}
</style>
background-color css
<style>
a { background-color: #CECBAD; }
a { background-color: rgb(206,203,173); }
div.DivClassName
{
background-color: #CECBAD;
}
.BgClassName
{
background-color: #CECBAD;
}
</style>
border-color css
<style>
span { border-color: #CECBAD; }
span { border-color: rgb(206,203,173); }
td.TdClassName
{
border-color: #CECBAD;
}
.TagClassName
{
border-color: #CECBAD;
}
</style>