Shades of White Rock #D0CBB3
Tints of White Rock #D0CBB3
RGB
CMYK
RGB Variations
Color information
#D0CBB3 (or 0xD0CBB3) is known color: White Rock. HEX triplet: D0, CB and B3. RGB value is (208,203,179). Sum of RGB (Red+Green+Blue) = 208+203+179=590 (78% of max value = 765). Red value is 208 (81.64% from 255 or 35.25% from 590); Green value is 203 (79.69% from 255 or 34.41% from 590); Blue value is 179 (70.31% from 255 or 30.34% from 590); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CBB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0CBB3 is #2F344C. Grayscale: #C9C9C9. Windows color (decimal): -3093581 or 11783120. OLE color: 11783120.
HSL color Cylindrical-coordinate representation of color #D0CBB3: hue angle of 49.66º degrees, saturation: 0.24, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D0CBB3 is Cyan = 0, Magento = 0.02, Yellow = 0.14 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 203 | 179 | - |
| CMYK | 0 | 0.02 | 0.14 | 0.18 |
| HSL | 49.66º | 0.24% | 0.76% | - |
| HSV(B) | 49.66º | 0.14% | 0.82% | - |
| XYZ | 55.51 | 59.38 | 51.18 | - |
| YUV | 201.76 | 115.16 | 132.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 203 | 179 | 0 | 0.02 | 0.14 | 0.18 | 49.66 | 0.24 | 0.76 |
| Hex | D0 | CB | B3 | 0 | 2 | E | 12 | 32 | 18 | 4C |
| Octal | 320 | 313 | 263 | 0 | 2 | 16 | 22 | 62 | 30 | 114 |
| Binary | 11010000 | 11001011 | 10110011 | 0 | 10 | 1110 | 10010 | 110010 | 11000 | 1001100 |
Color Harmonies of #D0CBB3
Complementary color
Monochromatic Colors of #D0CBB3
Black with #D0CBB3
Text Example
Text Example
White with #D0CBB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CBB3; }
p { color: rgb(208,203,179); }
H1.HeaderClassName
{
color: #D0CBB3;
}
.AnyTagClassName
{
color: #D0CBB3;
}
</style>
background-color css
<style>
a { background-color: #D0CBB3; }
a { background-color: rgb(208,203,179); }
div.DivClassName
{
background-color: #D0CBB3;
}
.BgClassName
{
background-color: #D0CBB3;
}
</style>
border-color css
<style>
span { border-color: #D0CBB3; }
span { border-color: rgb(208,203,179); }
td.TdClassName
{
border-color: #D0CBB3;
}
.TagClassName
{
border-color: #D0CBB3;
}
</style>