Shades of White Rock #D0CCB5
Tints of White Rock #D0CCB5
RGB
CMYK
RGB Variations
Color information
#D0CCB5 (or 0xD0CCB5) is known color: White Rock. HEX triplet: D0, CC and B5. RGB value is (208,204,181). Sum of RGB (Red+Green+Blue) = 208+204+181=593 (78% of max value = 765). Red value is 208 (81.64% from 255 or 35.08% from 593); Green value is 204 (80.08% from 255 or 34.40% from 593); Blue value is 181 (71.09% from 255 or 30.52% from 593); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CCB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0CCB5 is #2F334A. Grayscale: #CACACA. Windows color (decimal): -3093323 or 11914448. OLE color: 11914448.
HSL color Cylindrical-coordinate representation of color #D0CCB5: hue angle of 51.11º degrees, saturation: 0.22, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D0CCB5 is Cyan = 0, Magento = 0.02, Yellow = 0.13 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 204 | 181 | - |
| CMYK | 0 | 0.02 | 0.13 | 0.18 |
| HSL | 51.11º | 0.22% | 0.76% | - |
| HSV(B) | 51.11º | 0.13% | 0.82% | - |
| XYZ | 55.95 | 59.93 | 52.34 | - |
| YUV | 202.57 | 115.83 | 131.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 204 | 181 | 0 | 0.02 | 0.13 | 0.18 | 51.11 | 0.22 | 0.76 |
| Hex | D0 | CC | B5 | 0 | 2 | D | 12 | 33 | 16 | 4C |
| Octal | 320 | 314 | 265 | 0 | 2 | 15 | 22 | 63 | 26 | 114 |
| Binary | 11010000 | 11001100 | 10110101 | 0 | 10 | 1101 | 10010 | 110011 | 10110 | 1001100 |
Color Harmonies of #D0CCB5
Complementary color
Monochromatic Colors of #D0CCB5
Black with #D0CCB5
Text Example
Text Example
White with #D0CCB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CCB5; }
p { color: rgb(208,204,181); }
H1.HeaderClassName
{
color: #D0CCB5;
}
.AnyTagClassName
{
color: #D0CCB5;
}
</style>
background-color css
<style>
a { background-color: #D0CCB5; }
a { background-color: rgb(208,204,181); }
div.DivClassName
{
background-color: #D0CCB5;
}
.BgClassName
{
background-color: #D0CCB5;
}
</style>
border-color css
<style>
span { border-color: #D0CCB5; }
span { border-color: rgb(208,204,181); }
td.TdClassName
{
border-color: #D0CCB5;
}
.TagClassName
{
border-color: #D0CCB5;
}
</style>