Shades of White Rock #D1CDBB
Tints of White Rock #D1CDBB
RGB
CMYK
RGB Variations
Color information
#D1CDBB (or 0xD1CDBB) is known color: White Rock. HEX triplet: D1, CD and BB. RGB value is (209,205,187). Sum of RGB (Red+Green+Blue) = 209+205+187=601 (79% of max value = 765). Red value is 209 (82.03% from 255 or 34.78% from 601); Green value is 205 (80.47% from 255 or 34.11% from 601); Blue value is 187 (73.44% from 255 or 31.11% from 601); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CDBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1CDBB is #2E3244. Grayscale: #CCCCCC. Windows color (decimal): -3027525 or 12307921. OLE color: 12307921.
HSL color Cylindrical-coordinate representation of color #D1CDBB: hue angle of 49.09º degrees, saturation: 0.19, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D1CDBB is Cyan = 0, Magento = 0.02, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 205 | 187 | - |
| CMYK | 0 | 0.02 | 0.11 | 0.18 |
| HSL | 49.09º | 0.19% | 0.78% | - |
| HSV(B) | 49.09º | 0.11% | 0.82% | - |
| XYZ | 57.1 | 60.81 | 55.74 | - |
| YUV | 204.14 | 118.33 | 131.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 205 | 187 | 0 | 0.02 | 0.11 | 0.18 | 49.09 | 0.19 | 0.78 |
| Hex | D1 | CD | BB | 0 | 2 | B | 12 | 31 | 13 | 4E |
| Octal | 321 | 315 | 273 | 0 | 2 | 13 | 22 | 61 | 23 | 116 |
| Binary | 11010001 | 11001101 | 10111011 | 0 | 10 | 1011 | 10010 | 110001 | 10011 | 1001110 |
Color Harmonies of #D1CDBB
Complementary color
Monochromatic Colors of #D1CDBB
Black with #D1CDBB
Text Example
Text Example
White with #D1CDBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1CDBB; }
p { color: rgb(209,205,187); }
H1.HeaderClassName
{
color: #D1CDBB;
}
.AnyTagClassName
{
color: #D1CDBB;
}
</style>
background-color css
<style>
a { background-color: #D1CDBB; }
a { background-color: rgb(209,205,187); }
div.DivClassName
{
background-color: #D1CDBB;
}
.BgClassName
{
background-color: #D1CDBB;
}
</style>
border-color css
<style>
span { border-color: #D1CDBB; }
span { border-color: rgb(209,205,187); }
td.TdClassName
{
border-color: #D1CDBB;
}
.TagClassName
{
border-color: #D1CDBB;
}
</style>