Shades of White Rock #D3CDB8
Tints of White Rock #D3CDB8
RGB
CMYK
RGB Variations
Color information
#D3CDB8 (or 0xD3CDB8) is known color: White Rock. HEX triplet: D3, CD and B8. RGB value is (211,205,184). Sum of RGB (Red+Green+Blue) = 211+205+184=600 (79% of max value = 765). Red value is 211 (82.81% from 255 or 35.17% from 600); Green value is 205 (80.47% from 255 or 34.17% from 600); Blue value is 184 (72.27% from 255 or 30.67% from 600); Max value from RGB is 211 - color contains mainly: red. Hex color #D3CDB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3CDB8 is #2C3247. Grayscale: #CCCCCC. Windows color (decimal): -2896456 or 12111315. OLE color: 12111315.
HSL color Cylindrical-coordinate representation of color #D3CDB8: hue angle of 46.67º degrees, saturation: 0.23, 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 #D3CDB8 is Cyan = 0, Magento = 0.03, Yellow = 0.13 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 205 | 184 | - |
| CMYK | 0 | 0.03 | 0.13 | 0.17 |
| HSL | 46.67º | 0.23% | 0.77% | - |
| HSV(B) | 46.67º | 0.13% | 0.83% | - |
| XYZ | 57.35 | 60.97 | 54.09 | - |
| YUV | 204.4 | 116.49 | 132.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 205 | 184 | 0 | 0.03 | 0.13 | 0.17 | 46.67 | 0.23 | 0.77 |
| Hex | D3 | CD | B8 | 0 | 3 | D | 11 | 2F | 17 | 4D |
| Octal | 323 | 315 | 270 | 0 | 3 | 15 | 21 | 57 | 27 | 115 |
| Binary | 11010011 | 11001101 | 10111000 | 0 | 11 | 1101 | 10001 | 101111 | 10111 | 1001101 |
Color Harmonies of #D3CDB8
Complementary color
Monochromatic Colors of #D3CDB8
Black with #D3CDB8
Text Example
Text Example
White with #D3CDB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3CDB8; }
p { color: rgb(211,205,184); }
H1.HeaderClassName
{
color: #D3CDB8;
}
.AnyTagClassName
{
color: #D3CDB8;
}
</style>
background-color css
<style>
a { background-color: #D3CDB8; }
a { background-color: rgb(211,205,184); }
div.DivClassName
{
background-color: #D3CDB8;
}
.BgClassName
{
background-color: #D3CDB8;
}
</style>
border-color css
<style>
span { border-color: #D3CDB8; }
span { border-color: rgb(211,205,184); }
td.TdClassName
{
border-color: #D3CDB8;
}
.TagClassName
{
border-color: #D3CDB8;
}
</style>