Shades of White Rock #D2CEB5
Tints of White Rock #D2CEB5
RGB
CMYK
RGB Variations
Color information
#D2CEB5 (or 0xD2CEB5) is known color: White Rock. HEX triplet: D2, CE and B5. RGB value is (210,206,181). Sum of RGB (Red+Green+Blue) = 210+206+181=597 (79% of max value = 765). Red value is 210 (82.42% from 255 or 35.18% from 597); Green value is 206 (80.86% from 255 or 34.51% from 597); Blue value is 181 (71.09% from 255 or 30.32% from 597); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CEB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2CEB5 is #2D314A. Grayscale: #CCCCCC. Windows color (decimal): -2961739 or 11914962. OLE color: 11914962.
HSL color Cylindrical-coordinate representation of color #D2CEB5: hue angle of 51.72º degrees, saturation: 0.24, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D2CEB5 is Cyan = 0, Magento = 0.02, Yellow = 0.14 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 206 | 181 | - |
| CMYK | 0 | 0.02 | 0.14 | 0.18 |
| HSL | 51.72º | 0.24% | 0.77% | - |
| HSV(B) | 51.72º | 0.14% | 0.82% | - |
| XYZ | 56.99 | 61.18 | 52.52 | - |
| YUV | 204.35 | 114.83 | 132.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 206 | 181 | 0 | 0.02 | 0.14 | 0.18 | 51.72 | 0.24 | 0.77 |
| Hex | D2 | CE | B5 | 0 | 2 | E | 12 | 34 | 18 | 4D |
| Octal | 322 | 316 | 265 | 0 | 2 | 16 | 22 | 64 | 30 | 115 |
| Binary | 11010010 | 11001110 | 10110101 | 0 | 10 | 1110 | 10010 | 110100 | 11000 | 1001101 |
Color Harmonies of #D2CEB5
Complementary color
Monochromatic Colors of #D2CEB5
Black with #D2CEB5
Text Example
Text Example
White with #D2CEB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2CEB5; }
p { color: rgb(210,206,181); }
H1.HeaderClassName
{
color: #D2CEB5;
}
.AnyTagClassName
{
color: #D2CEB5;
}
</style>
background-color css
<style>
a { background-color: #D2CEB5; }
a { background-color: rgb(210,206,181); }
div.DivClassName
{
background-color: #D2CEB5;
}
.BgClassName
{
background-color: #D2CEB5;
}
</style>
border-color css
<style>
span { border-color: #D2CEB5; }
span { border-color: rgb(210,206,181); }
td.TdClassName
{
border-color: #D2CEB5;
}
.TagClassName
{
border-color: #D2CEB5;
}
</style>