Shades of White Rock #D2CEB0
Tints of White Rock #D2CEB0
RGB
CMYK
RGB Variations
Color information
#D2CEB0 (or 0xD2CEB0) is known color: White Rock. HEX triplet: D2, CE and B0. RGB value is (210,206,176). Sum of RGB (Red+Green+Blue) = 210+206+176=592 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.47% from 592); Green value is 206 (80.86% from 255 or 34.80% from 592); Blue value is 176 (69.14% from 255 or 29.73% from 592); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CEB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2CEB0 is #2D314F. Grayscale: #CBCBCB. Windows color (decimal): -2961744 or 11587282. OLE color: 11587282.
HSL color Cylindrical-coordinate representation of color #D2CEB0: hue angle of 52.94º degrees, saturation: 0.27, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D2CEB0 is Cyan = 0, Magento = 0.02, Yellow = 0.16 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 206 | 176 | - |
| CMYK | 0 | 0.02 | 0.16 | 0.18 |
| HSL | 52.94º | 0.27% | 0.76% | - |
| HSV(B) | 52.94º | 0.16% | 0.82% | - |
| XYZ | 56.49 | 60.98 | 49.87 | - |
| YUV | 203.78 | 112.33 | 132.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 206 | 176 | 0 | 0.02 | 0.16 | 0.18 | 52.94 | 0.27 | 0.76 |
| Hex | D2 | CE | B0 | 0 | 2 | 10 | 12 | 35 | 1B | 4C |
| Octal | 322 | 316 | 260 | 0 | 2 | 20 | 22 | 65 | 33 | 114 |
| Binary | 11010010 | 11001110 | 10110000 | 0 | 10 | 10000 | 10010 | 110101 | 11011 | 1001100 |
Color Harmonies of #D2CEB0
Complementary color
Monochromatic Colors of #D2CEB0
Black with #D2CEB0
Text Example
Text Example
White with #D2CEB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2CEB0; }
p { color: rgb(210,206,176); }
H1.HeaderClassName
{
color: #D2CEB0;
}
.AnyTagClassName
{
color: #D2CEB0;
}
</style>
background-color css
<style>
a { background-color: #D2CEB0; }
a { background-color: rgb(210,206,176); }
div.DivClassName
{
background-color: #D2CEB0;
}
.BgClassName
{
background-color: #D2CEB0;
}
</style>
border-color css
<style>
span { border-color: #D2CEB0; }
span { border-color: rgb(210,206,176); }
td.TdClassName
{
border-color: #D2CEB0;
}
.TagClassName
{
border-color: #D2CEB0;
}
</style>