Shades of White Rock #CECBAE
Tints of White Rock #CECBAE
RGB
CMYK
RGB Variations
Color information
#CECBAE (or 0xCECBAE) is known color: White Rock. HEX triplet: CE, CB and AE. RGB value is (206,203,174). Sum of RGB (Red+Green+Blue) = 206+203+174=583 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.33% from 583); Green value is 203 (79.69% from 255 or 34.82% from 583); Blue value is 174 (68.36% from 255 or 29.85% from 583); Max value from RGB is 206 - color contains mainly: red. Hex color #CECBAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CECBAE is #313451. Grayscale: #C8C8C8. Windows color (decimal): -3224658 or 11455438. OLE color: 11455438.
HSL color Cylindrical-coordinate representation of color #CECBAE: hue angle of 54.38º degrees, saturation: 0.25, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CECBAE is Cyan = 0, Magento = 0.01, Yellow = 0.16 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 203 | 174 | - |
| CMYK | 0 | 0.01 | 0.16 | 0.19 |
| HSL | 54.38º | 0.25% | 0.75% | - |
| HSV(B) | 54.38º | 0.16% | 0.81% | - |
| XYZ | 54.45 | 58.89 | 48.54 | - |
| YUV | 200.59 | 112.99 | 131.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 203 | 174 | 0 | 0.01 | 0.16 | 0.19 | 54.38 | 0.25 | 0.75 |
| Hex | CE | CB | AE | 0 | 1 | 10 | 13 | 36 | 19 | 4B |
| Octal | 316 | 313 | 256 | 0 | 1 | 20 | 23 | 66 | 31 | 113 |
| Binary | 11001110 | 11001011 | 10101110 | 0 | 1 | 10000 | 10011 | 110110 | 11001 | 1001011 |
Color Harmonies of #CECBAE
Complementary color
Monochromatic Colors of #CECBAE
Black with #CECBAE
Text Example
Text Example
White with #CECBAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECBAE; }
p { color: rgb(206,203,174); }
H1.HeaderClassName
{
color: #CECBAE;
}
.AnyTagClassName
{
color: #CECBAE;
}
</style>
background-color css
<style>
a { background-color: #CECBAE; }
a { background-color: rgb(206,203,174); }
div.DivClassName
{
background-color: #CECBAE;
}
.BgClassName
{
background-color: #CECBAE;
}
</style>
border-color css
<style>
span { border-color: #CECBAE; }
span { border-color: rgb(206,203,174); }
td.TdClassName
{
border-color: #CECBAE;
}
.TagClassName
{
border-color: #CECBAE;
}
</style>