Shades of White Rock #D1CDBA
Tints of White Rock #D1CDBA
RGB
CMYK
RGB Variations
Color information
#D1CDBA (or 0xD1CDBA) is known color: White Rock. HEX triplet: D1, CD and BA. RGB value is (209,205,186). Sum of RGB (Red+Green+Blue) = 209+205+186=600 (79% of max value = 765). Red value is 209 (82.03% from 255 or 34.83% from 600); Green value is 205 (80.47% from 255 or 34.17% from 600); Blue value is 186 (73.05% from 255 or 31% from 600); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CDBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1CDBA is #2E3245. Grayscale: #CCCCCC. Windows color (decimal): -3027526 or 12242385. OLE color: 12242385.
HSL color Cylindrical-coordinate representation of color #D1CDBA: hue angle of 49.57º degrees, saturation: 0.2, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D1CDBA is Cyan = 0, Magento = 0.02, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 205 | 186 | - |
| CMYK | 0 | 0.02 | 0.11 | 0.18 |
| HSL | 49.57º | 0.2% | 0.77% | - |
| HSV(B) | 49.57º | 0.11% | 0.82% | - |
| XYZ | 56.99 | 60.76 | 55.18 | - |
| YUV | 204.03 | 117.83 | 131.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 205 | 186 | 0 | 0.02 | 0.11 | 0.18 | 49.57 | 0.2 | 0.77 |
| Hex | D1 | CD | BA | 0 | 2 | B | 12 | 32 | 14 | 4D |
| Octal | 321 | 315 | 272 | 0 | 2 | 13 | 22 | 62 | 24 | 115 |
| Binary | 11010001 | 11001101 | 10111010 | 0 | 10 | 1011 | 10010 | 110010 | 10100 | 1001101 |
Color Harmonies of #D1CDBA
Complementary color
Monochromatic Colors of #D1CDBA
Black with #D1CDBA
Text Example
Text Example
White with #D1CDBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1CDBA; }
p { color: rgb(209,205,186); }
H1.HeaderClassName
{
color: #D1CDBA;
}
.AnyTagClassName
{
color: #D1CDBA;
}
</style>
background-color css
<style>
a { background-color: #D1CDBA; }
a { background-color: rgb(209,205,186); }
div.DivClassName
{
background-color: #D1CDBA;
}
.BgClassName
{
background-color: #D1CDBA;
}
</style>
border-color css
<style>
span { border-color: #D1CDBA; }
span { border-color: rgb(209,205,186); }
td.TdClassName
{
border-color: #D1CDBA;
}
.TagClassName
{
border-color: #D1CDBA;
}
</style>