Shades of White Rock #D2CEBB
Tints of White Rock #D2CEBB
RGB
CMYK
RGB Variations
Color information
#D2CEBB (or 0xD2CEBB) is known color: White Rock. HEX triplet: D2, CE and BB. RGB value is (210,206,187). Sum of RGB (Red+Green+Blue) = 210+206+187=603 (79% of max value = 765). Red value is 210 (82.42% from 255 or 34.83% from 603); Green value is 206 (80.86% from 255 or 34.16% from 603); Blue value is 187 (73.44% from 255 or 31.01% from 603); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CEBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2CEBB is #2D3144. Grayscale: #CDCDCD. Windows color (decimal): -2961733 or 12308178. OLE color: 12308178.
HSL color Cylindrical-coordinate representation of color #D2CEBB: hue angle of 49.57º degrees, saturation: 0.2, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D2CEBB is Cyan = 0, Magento = 0.02, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 206 | 187 | - |
| CMYK | 0 | 0.02 | 0.11 | 0.18 |
| HSL | 49.57º | 0.2% | 0.78% | - |
| HSV(B) | 49.57º | 0.11% | 0.82% | - |
| XYZ | 57.62 | 61.43 | 55.83 | - |
| YUV | 205.03 | 117.83 | 131.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 206 | 187 | 0 | 0.02 | 0.11 | 0.18 | 49.57 | 0.2 | 0.78 |
| Hex | D2 | CE | BB | 0 | 2 | B | 12 | 32 | 14 | 4E |
| Octal | 322 | 316 | 273 | 0 | 2 | 13 | 22 | 62 | 24 | 116 |
| Binary | 11010010 | 11001110 | 10111011 | 0 | 10 | 1011 | 10010 | 110010 | 10100 | 1001110 |
Color Harmonies of #D2CEBB
Complementary color
Monochromatic Colors of #D2CEBB
Black with #D2CEBB
Text Example
Text Example
White with #D2CEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2CEBB; }
p { color: rgb(210,206,187); }
H1.HeaderClassName
{
color: #D2CEBB;
}
.AnyTagClassName
{
color: #D2CEBB;
}
</style>
background-color css
<style>
a { background-color: #D2CEBB; }
a { background-color: rgb(210,206,187); }
div.DivClassName
{
background-color: #D2CEBB;
}
.BgClassName
{
background-color: #D2CEBB;
}
</style>
border-color css
<style>
span { border-color: #D2CEBB; }
span { border-color: rgb(210,206,187); }
td.TdClassName
{
border-color: #D2CEBB;
}
.TagClassName
{
border-color: #D2CEBB;
}
</style>