Shades of White Rock #D2CCB6
Tints of White Rock #D2CCB6
RGB
CMYK
RGB Variations
Color information
#D2CCB6 (or 0xD2CCB6) is known color: White Rock. HEX triplet: D2, CC and B6. RGB value is (210,204,182). Sum of RGB (Red+Green+Blue) = 210+204+182=596 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.23% from 596); Green value is 204 (80.08% from 255 or 34.23% from 596); Blue value is 182 (71.48% from 255 or 30.54% from 596); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CCB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2CCB6 is #2D3349. Grayscale: #CBCBCB. Windows color (decimal): -2962250 or 11979986. OLE color: 11979986.
HSL color Cylindrical-coordinate representation of color #D2CCB6: hue angle of 47.14º degrees, saturation: 0.24, 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 #D2CCB6 is Cyan = 0, Magento = 0.03, Yellow = 0.13 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 204 | 182 | - |
| CMYK | 0 | 0.03 | 0.13 | 0.18 |
| HSL | 47.14º | 0.24% | 0.77% | - |
| HSV(B) | 47.14º | 0.13% | 0.82% | - |
| XYZ | 56.61 | 60.26 | 52.9 | - |
| YUV | 203.29 | 115.99 | 132.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 204 | 182 | 0 | 0.03 | 0.13 | 0.18 | 47.14 | 0.24 | 0.77 |
| Hex | D2 | CC | B6 | 0 | 3 | D | 12 | 2F | 18 | 4D |
| Octal | 322 | 314 | 266 | 0 | 3 | 15 | 22 | 57 | 30 | 115 |
| Binary | 11010010 | 11001100 | 10110110 | 0 | 11 | 1101 | 10010 | 101111 | 11000 | 1001101 |
Color Harmonies of #D2CCB6
Complementary color
Monochromatic Colors of #D2CCB6
Black with #D2CCB6
Text Example
Text Example
White with #D2CCB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2CCB6; }
p { color: rgb(210,204,182); }
H1.HeaderClassName
{
color: #D2CCB6;
}
.AnyTagClassName
{
color: #D2CCB6;
}
</style>
background-color css
<style>
a { background-color: #D2CCB6; }
a { background-color: rgb(210,204,182); }
div.DivClassName
{
background-color: #D2CCB6;
}
.BgClassName
{
background-color: #D2CCB6;
}
</style>
border-color css
<style>
span { border-color: #D2CCB6; }
span { border-color: rgb(210,204,182); }
td.TdClassName
{
border-color: #D2CCB6;
}
.TagClassName
{
border-color: #D2CCB6;
}
</style>