Shades of White Rock #D2CDB7
Tints of White Rock #D2CDB7
RGB
CMYK
RGB Variations
Color information
#D2CDB7 (or 0xD2CDB7) is known color: White Rock. HEX triplet: D2, CD and B7. RGB value is (210,205,183). Sum of RGB (Red+Green+Blue) = 210+205+183=598 (79% of max value = 765). Red value is 210 (82.42% from 255 or 35.12% from 598); Green value is 205 (80.47% from 255 or 34.28% from 598); Blue value is 183 (71.88% from 255 or 30.60% from 598); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CDB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2CDB7 is #2D3248. Grayscale: #CCCCCC. Windows color (decimal): -2961993 or 12045778. OLE color: 12045778.
HSL color Cylindrical-coordinate representation of color #D2CDB7: hue angle of 48.89º degrees, saturation: 0.23, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D2CDB7 is Cyan = 0, Magento = 0.02, Yellow = 0.13 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 205 | 183 | - |
| CMYK | 0 | 0.02 | 0.13 | 0.18 |
| HSL | 48.89º | 0.23% | 0.77% | - |
| HSV(B) | 48.89º | 0.13% | 0.82% | - |
| XYZ | 56.96 | 60.78 | 53.53 | - |
| YUV | 203.99 | 116.16 | 132.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 205 | 183 | 0 | 0.02 | 0.13 | 0.18 | 48.89 | 0.23 | 0.77 |
| Hex | D2 | CD | B7 | 0 | 2 | D | 12 | 31 | 17 | 4D |
| Octal | 322 | 315 | 267 | 0 | 2 | 15 | 22 | 61 | 27 | 115 |
| Binary | 11010010 | 11001101 | 10110111 | 0 | 10 | 1101 | 10010 | 110001 | 10111 | 1001101 |
Color Harmonies of #D2CDB7
Complementary color
Monochromatic Colors of #D2CDB7
Black with #D2CDB7
Text Example
Text Example
White with #D2CDB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2CDB7; }
p { color: rgb(210,205,183); }
H1.HeaderClassName
{
color: #D2CDB7;
}
.AnyTagClassName
{
color: #D2CDB7;
}
</style>
background-color css
<style>
a { background-color: #D2CDB7; }
a { background-color: rgb(210,205,183); }
div.DivClassName
{
background-color: #D2CDB7;
}
.BgClassName
{
background-color: #D2CDB7;
}
</style>
border-color css
<style>
span { border-color: #D2CDB7; }
span { border-color: rgb(210,205,183); }
td.TdClassName
{
border-color: #D2CDB7;
}
.TagClassName
{
border-color: #D2CDB7;
}
</style>