Shades of White Rock #D1CCAC
Tints of White Rock #D1CCAC
RGB
CMYK
RGB Variations
Color information
#D1CCAC (or 0xD1CCAC) is known color: White Rock. HEX triplet: D1, CC and AC. RGB value is (209,204,172). Sum of RGB (Red+Green+Blue) = 209+204+172=585 (77% of max value = 765). Red value is 209 (82.03% from 255 or 35.73% from 585); Green value is 204 (80.08% from 255 or 34.87% from 585); Blue value is 172 (67.58% from 255 or 29.40% from 585); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CCAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1CCAC is #2E3353. Grayscale: #C9C9C9. Windows color (decimal): -3027796 or 11324625. OLE color: 11324625.
HSL color Cylindrical-coordinate representation of color #D1CCAC: hue angle of 51.89º 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 #D1CCAC is Cyan = 0, Magento = 0.02, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 204 | 172 | - |
| CMYK | 0 | 0.02 | 0.18 | 0.18 |
| HSL | 51.89º | 0.29% | 0.75% | - |
| HSV(B) | 51.89º | 0.18% | 0.82% | - |
| XYZ | 55.33 | 59.72 | 47.64 | - |
| YUV | 201.85 | 111.16 | 133.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 204 | 172 | 0 | 0.02 | 0.18 | 0.18 | 51.89 | 0.29 | 0.75 |
| Hex | D1 | CC | AC | 0 | 2 | 12 | 12 | 34 | 1D | 4B |
| Octal | 321 | 314 | 254 | 0 | 2 | 22 | 22 | 64 | 35 | 113 |
| Binary | 11010001 | 11001100 | 10101100 | 0 | 10 | 10010 | 10010 | 110100 | 11101 | 1001011 |
Color Harmonies of #D1CCAC
Complementary color
Monochromatic Colors of #D1CCAC
Black with #D1CCAC
Text Example
Text Example
White with #D1CCAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1CCAC; }
p { color: rgb(209,204,172); }
H1.HeaderClassName
{
color: #D1CCAC;
}
.AnyTagClassName
{
color: #D1CCAC;
}
</style>
background-color css
<style>
a { background-color: #D1CCAC; }
a { background-color: rgb(209,204,172); }
div.DivClassName
{
background-color: #D1CCAC;
}
.BgClassName
{
background-color: #D1CCAC;
}
</style>
border-color css
<style>
span { border-color: #D1CCAC; }
span { border-color: rgb(209,204,172); }
td.TdClassName
{
border-color: #D1CCAC;
}
.TagClassName
{
border-color: #D1CCAC;
}
</style>