Shades of White Rock #D2CEAA
Tints of White Rock #D2CEAA
RGB
CMYK
RGB Variations
Color information
#D2CEAA (or 0xD2CEAA) is known color: White Rock. HEX triplet: D2, CE and AA. RGB value is (210,206,170). Sum of RGB (Red+Green+Blue) = 210+206+170=586 (77% of max value = 765). Red value is 210 (82.42% from 255 or 35.84% from 586); Green value is 206 (80.86% from 255 or 35.15% from 586); Blue value is 170 (66.80% from 255 or 29.01% from 586); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CEAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2CEAA is #2D3155. Grayscale: #CBCBCB. Windows color (decimal): -2961750 or 11194066. OLE color: 11194066.
HSL color Cylindrical-coordinate representation of color #D2CEAA: hue angle of 54º degrees, saturation: 0.31, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D2CEAA is Cyan = 0, Magento = 0.02, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 206 | 170 | - |
| CMYK | 0 | 0.02 | 0.19 | 0.18 |
| HSL | 54º | 0.31% | 0.75% | - |
| HSV(B) | 54º | 0.19% | 0.82% | - |
| XYZ | 55.91 | 60.75 | 46.81 | - |
| YUV | 203.09 | 109.33 | 132.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 206 | 170 | 0 | 0.02 | 0.19 | 0.18 | 54 | 0.31 | 0.75 |
| Hex | D2 | CE | AA | 0 | 2 | 13 | 12 | 36 | 1F | 4B |
| Octal | 322 | 316 | 252 | 0 | 2 | 23 | 22 | 66 | 37 | 113 |
| Binary | 11010010 | 11001110 | 10101010 | 0 | 10 | 10011 | 10010 | 110110 | 11111 | 1001011 |
Color Harmonies of #D2CEAA
Complementary color
Monochromatic Colors of #D2CEAA
Black with #D2CEAA
Text Example
Text Example
White with #D2CEAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2CEAA; }
p { color: rgb(210,206,170); }
H1.HeaderClassName
{
color: #D2CEAA;
}
.AnyTagClassName
{
color: #D2CEAA;
}
</style>
background-color css
<style>
a { background-color: #D2CEAA; }
a { background-color: rgb(210,206,170); }
div.DivClassName
{
background-color: #D2CEAA;
}
.BgClassName
{
background-color: #D2CEAA;
}
</style>
border-color css
<style>
span { border-color: #D2CEAA; }
span { border-color: rgb(210,206,170); }
td.TdClassName
{
border-color: #D2CEAA;
}
.TagClassName
{
border-color: #D2CEAA;
}
</style>