Shades of White Rock #D2CFAA
Tints of White Rock #D2CFAA
RGB
CMYK
RGB Variations
Color information
#D2CFAA (or 0xD2CFAA) is known color: White Rock. HEX triplet: D2, CF and AA. RGB value is (210,207,170). Sum of RGB (Red+Green+Blue) = 210+207+170=587 (77% of max value = 765). Red value is 210 (82.42% from 255 or 35.78% from 587); Green value is 207 (81.25% from 255 or 35.26% from 587); Blue value is 170 (66.80% from 255 or 28.96% from 587); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CFAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2CFAA is #2D3055. Grayscale: #CBCBCB. Windows color (decimal): -2961494 or 11194322. OLE color: 11194322.
HSL color Cylindrical-coordinate representation of color #D2CFAA: hue angle of 55.5º 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 #D2CFAA is Cyan = 0, Magento = 0.01, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 207 | 170 | - |
| CMYK | 0 | 0.01 | 0.19 | 0.18 |
| HSL | 55.5º | 0.31% | 0.75% | - |
| HSV(B) | 55.5º | 0.19% | 0.82% | - |
| XYZ | 56.15 | 61.23 | 46.89 | - |
| YUV | 203.68 | 108.99 | 132.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 207 | 170 | 0 | 0.01 | 0.19 | 0.18 | 55.5 | 0.31 | 0.75 |
| Hex | D2 | CF | AA | 0 | 1 | 13 | 12 | 38 | 1F | 4B |
| Octal | 322 | 317 | 252 | 0 | 1 | 23 | 22 | 70 | 37 | 113 |
| Binary | 11010010 | 11001111 | 10101010 | 0 | 1 | 10011 | 10010 | 111000 | 11111 | 1001011 |
Color Harmonies of #D2CFAA
Complementary color
Monochromatic Colors of #D2CFAA
Black with #D2CFAA
Text Example
Text Example
White with #D2CFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2CFAA; }
p { color: rgb(210,207,170); }
H1.HeaderClassName
{
color: #D2CFAA;
}
.AnyTagClassName
{
color: #D2CFAA;
}
</style>
background-color css
<style>
a { background-color: #D2CFAA; }
a { background-color: rgb(210,207,170); }
div.DivClassName
{
background-color: #D2CFAA;
}
.BgClassName
{
background-color: #D2CFAA;
}
</style>
border-color css
<style>
span { border-color: #D2CFAA; }
span { border-color: rgb(210,207,170); }
td.TdClassName
{
border-color: #D2CFAA;
}
.TagClassName
{
border-color: #D2CFAA;
}
</style>