Shades of White Rock #D1CDAC
Tints of White Rock #D1CDAC
RGB
CMYK
RGB Variations
Color information
#D1CDAC (or 0xD1CDAC) is known color: White Rock. HEX triplet: D1, CD and AC. RGB value is (209,205,172). Sum of RGB (Red+Green+Blue) = 209+205+172=586 (77% of max value = 765). Red value is 209 (82.03% from 255 or 35.67% from 586); Green value is 205 (80.47% from 255 or 34.98% from 586); Blue value is 172 (67.58% from 255 or 29.35% from 586); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CDAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1CDAC is #2E3253. Grayscale: #CACACA. Windows color (decimal): -3027540 or 11324881. OLE color: 11324881.
HSL color Cylindrical-coordinate representation of color #D1CDAC: hue angle of 53.51º 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 #D1CDAC is Cyan = 0, Magento = 0.02, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
RGB | 209 | 205 | 172 | - |
CMYK | 0 | 0.02 | 0.18 | 0.18 |
HSL | 53.51º | 0.29% | 0.75% | - |
HSV(B) | 53.51º | 0.18% | 0.82% | - |
XYZ | 55.57 | 60.2 | 47.72 | - |
YUV | 202.43 | 110.83 | 132.68 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 209 | 205 | 172 | 0 | 0.02 | 0.18 | 0.18 | 53.51 | 0.29 | 0.75 |
Hex | D1 | CD | AC | 0 | 2 | 12 | 12 | 36 | 1D | 4B |
Octal | 321 | 315 | 254 | 0 | 2 | 22 | 22 | 66 | 35 | 113 |
Binary | 11010001 | 11001101 | 10101100 | 0 | 10 | 10010 | 10010 | 110110 | 11101 | 1001011 |
Color Harmonies of #D1CDAC
Complementary color
Monochromatic Colors of #D1CDAC
Black with #D1CDAC
Text Example
Text Example
White with #D1CDAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1CDAC; }
p { color: rgb(209,205,172); }
H1.HeaderClassName
{
color: #D1CDAC;
}
.AnyTagClassName
{
color: #D1CDAC;
}
</style>
background-color css
<style>
a { background-color: #D1CDAC; }
a { background-color: rgb(209,205,172); }
div.DivClassName
{
background-color: #D1CDAC;
}
.BgClassName
{
background-color: #D1CDAC;
}
</style>
border-color css
<style>
span { border-color: #D1CDAC; }
span { border-color: rgb(209,205,172); }
td.TdClassName
{
border-color: #D1CDAC;
}
.TagClassName
{
border-color: #D1CDAC;
}
</style>