Shades of White Rock #D1CDAB
Tints of White Rock #D1CDAB
RGB
CMYK
RGB Variations
Color information
#D1CDAB (or 0xD1CDAB) is known color: White Rock. HEX triplet: D1, CD and AB. RGB value is (209,205,171). Sum of RGB (Red+Green+Blue) = 209+205+171=585 (77% of max value = 765). Red value is 209 (82.03% from 255 or 35.73% from 585); Green value is 205 (80.47% from 255 or 35.04% from 585); Blue value is 171 (67.19% from 255 or 29.23% from 585); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CDAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1CDAB is #2E3254. Grayscale: #CACACA. Windows color (decimal): -3027541 or 11259345. OLE color: 11259345.
HSL color Cylindrical-coordinate representation of color #D1CDAB: hue angle of 53.68º degrees, saturation: 0.29, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D1CDAB is Cyan = 0, Magento = 0.02, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 205 | 171 | - |
| CMYK | 0 | 0.02 | 0.18 | 0.18 |
| HSL | 53.68º | 0.29% | 0.75% | - |
| HSV(B) | 53.68º | 0.18% | 0.82% | - |
| XYZ | 55.48 | 60.16 | 47.22 | - |
| YUV | 202.32 | 110.33 | 132.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 205 | 171 | 0 | 0.02 | 0.18 | 0.18 | 53.68 | 0.29 | 0.75 |
| Hex | D1 | CD | AB | 0 | 2 | 12 | 12 | 36 | 1D | 4B |
| Octal | 321 | 315 | 253 | 0 | 2 | 22 | 22 | 66 | 35 | 113 |
| Binary | 11010001 | 11001101 | 10101011 | 0 | 10 | 10010 | 10010 | 110110 | 11101 | 1001011 |
Color Harmonies of #D1CDAB
Complementary color
Monochromatic Colors of #D1CDAB
Black with #D1CDAB
Text Example
Text Example
White with #D1CDAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1CDAB; }
p { color: rgb(209,205,171); }
H1.HeaderClassName
{
color: #D1CDAB;
}
.AnyTagClassName
{
color: #D1CDAB;
}
</style>
background-color css
<style>
a { background-color: #D1CDAB; }
a { background-color: rgb(209,205,171); }
div.DivClassName
{
background-color: #D1CDAB;
}
.BgClassName
{
background-color: #D1CDAB;
}
</style>
border-color css
<style>
span { border-color: #D1CDAB; }
span { border-color: rgb(209,205,171); }
td.TdClassName
{
border-color: #D1CDAB;
}
.TagClassName
{
border-color: #D1CDAB;
}
</style>