Shades of White Rock #D2CFBC
Tints of White Rock #D2CFBC
RGB
CMYK
RGB Variations
Color information
#D2CFBC (or 0xD2CFBC) is known color: White Rock. HEX triplet: D2, CF and BC. RGB value is (210,207,188). Sum of RGB (Red+Green+Blue) = 210+207+188=605 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.71% from 605); Green value is 207 (81.25% from 255 or 34.21% from 605); Blue value is 188 (73.83% from 255 or 31.07% from 605); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CFBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2CFBC is #2D3043. Grayscale: #CDCDCD. Windows color (decimal): -2961476 or 12373970. OLE color: 12373970.
HSL color Cylindrical-coordinate representation of color #D2CFBC: hue angle of 51.82º degrees, saturation: 0.2, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D2CFBC is Cyan = 0, Magento = 0.01, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 207 | 188 | - |
| CMYK | 0 | 0.01 | 0.10 | 0.18 |
| HSL | 51.82º | 0.2% | 0.78% | - |
| HSV(B) | 51.82º | 0.1% | 0.82% | - |
| XYZ | 57.97 | 61.96 | 56.48 | - |
| YUV | 205.73 | 117.99 | 131.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 207 | 188 | 0 | 0.01 | 0.10 | 0.18 | 51.82 | 0.2 | 0.78 |
| Hex | D2 | CF | BC | 0 | 1 | A | 12 | 34 | 14 | 4E |
| Octal | 322 | 317 | 274 | 0 | 1 | 12 | 22 | 64 | 24 | 116 |
| Binary | 11010010 | 11001111 | 10111100 | 0 | 1 | 1010 | 10010 | 110100 | 10100 | 1001110 |
Color Harmonies of #D2CFBC
Complementary color
Monochromatic Colors of #D2CFBC
Black with #D2CFBC
Text Example
Text Example
White with #D2CFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2CFBC; }
p { color: rgb(210,207,188); }
H1.HeaderClassName
{
color: #D2CFBC;
}
.AnyTagClassName
{
color: #D2CFBC;
}
</style>
background-color css
<style>
a { background-color: #D2CFBC; }
a { background-color: rgb(210,207,188); }
div.DivClassName
{
background-color: #D2CFBC;
}
.BgClassName
{
background-color: #D2CFBC;
}
</style>
border-color css
<style>
span { border-color: #D2CFBC; }
span { border-color: rgb(210,207,188); }
td.TdClassName
{
border-color: #D2CFBC;
}
.TagClassName
{
border-color: #D2CFBC;
}
</style>