Shades of White Rock #D2CEAC
Tints of White Rock #D2CEAC
RGB
CMYK
RGB Variations
Color information
#D2CEAC (or 0xD2CEAC) is known color: White Rock. HEX triplet: D2, CE and AC. RGB value is (210,206,172). Sum of RGB (Red+Green+Blue) = 210+206+172=588 (77% of max value = 765). Red value is 210 (82.42% from 255 or 35.71% from 588); Green value is 206 (80.86% from 255 or 35.03% from 588); Blue value is 172 (67.58% from 255 or 29.25% from 588); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CEAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2CEAC is #2D3153. Grayscale: #CBCBCB. Windows color (decimal): -2961748 or 11325138. OLE color: 11325138.
HSL color Cylindrical-coordinate representation of color #D2CEAC: hue angle of 53.68º degrees, saturation: 0.3, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D2CEAC is Cyan = 0, Magento = 0.02, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 206 | 172 | - |
| CMYK | 0 | 0.02 | 0.18 | 0.18 |
| HSL | 53.68º | 0.3% | 0.75% | - |
| HSV(B) | 53.68º | 0.18% | 0.82% | - |
| XYZ | 56.1 | 60.82 | 47.81 | - |
| YUV | 203.32 | 110.33 | 132.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 206 | 172 | 0 | 0.02 | 0.18 | 0.18 | 53.68 | 0.3 | 0.75 |
| Hex | D2 | CE | AC | 0 | 2 | 12 | 12 | 36 | 1E | 4B |
| Octal | 322 | 316 | 254 | 0 | 2 | 22 | 22 | 66 | 36 | 113 |
| Binary | 11010010 | 11001110 | 10101100 | 0 | 10 | 10010 | 10010 | 110110 | 11110 | 1001011 |
Color Harmonies of #D2CEAC
Complementary color
Monochromatic Colors of #D2CEAC
Black with #D2CEAC
Text Example
Text Example
White with #D2CEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2CEAC; }
p { color: rgb(210,206,172); }
H1.HeaderClassName
{
color: #D2CEAC;
}
.AnyTagClassName
{
color: #D2CEAC;
}
</style>
background-color css
<style>
a { background-color: #D2CEAC; }
a { background-color: rgb(210,206,172); }
div.DivClassName
{
background-color: #D2CEAC;
}
.BgClassName
{
background-color: #D2CEAC;
}
</style>
border-color css
<style>
span { border-color: #D2CEAC; }
span { border-color: rgb(210,206,172); }
td.TdClassName
{
border-color: #D2CEAC;
}
.TagClassName
{
border-color: #D2CEAC;
}
</style>