Shades of White Rock #D2CFAF
Tints of White Rock #D2CFAF
RGB
CMYK
RGB Variations
Color information
#D2CFAF (or 0xD2CFAF) is known color: White Rock. HEX triplet: D2, CF and AF. RGB value is (210,207,175). Sum of RGB (Red+Green+Blue) = 210+207+175=592 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.47% from 592); Green value is 207 (81.25% from 255 or 34.97% from 592); Blue value is 175 (68.75% from 255 or 29.56% from 592); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CFAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2CFAF is #2D3050. Grayscale: #CCCCCC. Windows color (decimal): -2961489 or 11522002. OLE color: 11522002.
HSL color Cylindrical-coordinate representation of color #D2CFAF: hue angle of 54.86º degrees, saturation: 0.28, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D2CFAF is Cyan = 0, Magento = 0.01, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 207 | 175 | - |
| CMYK | 0 | 0.01 | 0.17 | 0.18 |
| HSL | 54.86º | 0.28% | 0.75% | - |
| HSV(B) | 54.86º | 0.17% | 0.82% | - |
| XYZ | 56.63 | 61.42 | 49.43 | - |
| YUV | 204.25 | 111.49 | 132.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 207 | 175 | 0 | 0.01 | 0.17 | 0.18 | 54.86 | 0.28 | 0.75 |
| Hex | D2 | CF | AF | 0 | 1 | 11 | 12 | 37 | 1C | 4B |
| Octal | 322 | 317 | 257 | 0 | 1 | 21 | 22 | 67 | 34 | 113 |
| Binary | 11010010 | 11001111 | 10101111 | 0 | 1 | 10001 | 10010 | 110111 | 11100 | 1001011 |
Color Harmonies of #D2CFAF
Complementary color
Monochromatic Colors of #D2CFAF
Black with #D2CFAF
Text Example
Text Example
White with #D2CFAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2CFAF; }
p { color: rgb(210,207,175); }
H1.HeaderClassName
{
color: #D2CFAF;
}
.AnyTagClassName
{
color: #D2CFAF;
}
</style>
background-color css
<style>
a { background-color: #D2CFAF; }
a { background-color: rgb(210,207,175); }
div.DivClassName
{
background-color: #D2CFAF;
}
.BgClassName
{
background-color: #D2CFAF;
}
</style>
border-color css
<style>
span { border-color: #D2CFAF; }
span { border-color: rgb(210,207,175); }
td.TdClassName
{
border-color: #D2CFAF;
}
.TagClassName
{
border-color: #D2CFAF;
}
</style>