Shades of White Rock #D2CCB7
Tints of White Rock #D2CCB7
RGB
CMYK
RGB Variations
Color information
#D2CCB7 (or 0xD2CCB7) is known color: White Rock. HEX triplet: D2, CC and B7. RGB value is (210,204,183). Sum of RGB (Red+Green+Blue) = 210+204+183=597 (79% of max value = 765). Red value is 210 (82.42% from 255 or 35.18% from 597); Green value is 204 (80.08% from 255 or 34.17% from 597); Blue value is 183 (71.88% from 255 or 30.65% from 597); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CCB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2CCB7 is #2D3348. Grayscale: #CBCBCB. Windows color (decimal): -2962249 or 12045522. OLE color: 12045522.
HSL color Cylindrical-coordinate representation of color #D2CCB7: hue angle of 46.67º 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 #D2CCB7 is Cyan = 0, Magento = 0.03, Yellow = 0.13 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 204 | 183 | - |
| CMYK | 0 | 0.03 | 0.13 | 0.18 |
| HSL | 46.67º | 0.23% | 0.77% | - |
| HSV(B) | 46.67º | 0.13% | 0.82% | - |
| XYZ | 56.72 | 60.31 | 53.45 | - |
| YUV | 203.4 | 116.49 | 132.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 204 | 183 | 0 | 0.03 | 0.13 | 0.18 | 46.67 | 0.23 | 0.77 |
| Hex | D2 | CC | B7 | 0 | 3 | D | 12 | 2F | 17 | 4D |
| Octal | 322 | 314 | 267 | 0 | 3 | 15 | 22 | 57 | 27 | 115 |
| Binary | 11010010 | 11001100 | 10110111 | 0 | 11 | 1101 | 10010 | 101111 | 10111 | 1001101 |
Color Harmonies of #D2CCB7
Complementary color
Monochromatic Colors of #D2CCB7
Black with #D2CCB7
Text Example
Text Example
White with #D2CCB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2CCB7; }
p { color: rgb(210,204,183); }
H1.HeaderClassName
{
color: #D2CCB7;
}
.AnyTagClassName
{
color: #D2CCB7;
}
</style>
background-color css
<style>
a { background-color: #D2CCB7; }
a { background-color: rgb(210,204,183); }
div.DivClassName
{
background-color: #D2CCB7;
}
.BgClassName
{
background-color: #D2CCB7;
}
</style>
border-color css
<style>
span { border-color: #D2CCB7; }
span { border-color: rgb(210,204,183); }
td.TdClassName
{
border-color: #D2CCB7;
}
.TagClassName
{
border-color: #D2CCB7;
}
</style>