Shades of White Rock #D3CDB7
Tints of White Rock #D3CDB7
RGB
CMYK
RGB Variations
Color information
#D3CDB7 (or 0xD3CDB7) is known color: White Rock. HEX triplet: D3, CD and B7. RGB value is (211,205,183). Sum of RGB (Red+Green+Blue) = 211+205+183=599 (79% of max value = 765). Red value is 211 (82.81% from 255 or 35.23% from 599); Green value is 205 (80.47% from 255 or 34.22% from 599); Blue value is 183 (71.88% from 255 or 30.55% from 599); Max value from RGB is 211 - color contains mainly: red. Hex color #D3CDB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3CDB7 is #2C3248. Grayscale: #CCCCCC. Windows color (decimal): -2896457 or 12045779. OLE color: 12045779.
HSL color Cylindrical-coordinate representation of color #D3CDB7: hue angle of 47.14º degrees, saturation: 0.24, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D3CDB7 is Cyan = 0, Magento = 0.03, Yellow = 0.13 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 205 | 183 | - |
| CMYK | 0 | 0.03 | 0.13 | 0.17 |
| HSL | 47.14º | 0.24% | 0.77% | - |
| HSV(B) | 47.14º | 0.13% | 0.83% | - |
| XYZ | 57.24 | 60.93 | 53.54 | - |
| YUV | 204.29 | 115.99 | 132.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 205 | 183 | 0 | 0.03 | 0.13 | 0.17 | 47.14 | 0.24 | 0.77 |
| Hex | D3 | CD | B7 | 0 | 3 | D | 11 | 2F | 18 | 4D |
| Octal | 323 | 315 | 267 | 0 | 3 | 15 | 21 | 57 | 30 | 115 |
| Binary | 11010011 | 11001101 | 10110111 | 0 | 11 | 1101 | 10001 | 101111 | 11000 | 1001101 |
Color Harmonies of #D3CDB7
Complementary color
Monochromatic Colors of #D3CDB7
Black with #D3CDB7
Text Example
Text Example
White with #D3CDB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3CDB7; }
p { color: rgb(211,205,183); }
H1.HeaderClassName
{
color: #D3CDB7;
}
.AnyTagClassName
{
color: #D3CDB7;
}
</style>
background-color css
<style>
a { background-color: #D3CDB7; }
a { background-color: rgb(211,205,183); }
div.DivClassName
{
background-color: #D3CDB7;
}
.BgClassName
{
background-color: #D3CDB7;
}
</style>
border-color css
<style>
span { border-color: #D3CDB7; }
span { border-color: rgb(211,205,183); }
td.TdClassName
{
border-color: #D3CDB7;
}
.TagClassName
{
border-color: #D3CDB7;
}
</style>