Shades of White Rock #D1CEAA
Tints of White Rock #D1CEAA
RGB
CMYK
RGB Variations
Color information
#D1CEAA (or 0xD1CEAA) is known color: White Rock. HEX triplet: D1, CE and AA. RGB value is (209,206,170). Sum of RGB (Red+Green+Blue) = 209+206+170=585 (77% of max value = 765). Red value is 209 (82.03% from 255 or 35.73% from 585); Green value is 206 (80.86% from 255 or 35.21% from 585); Blue value is 170 (66.80% from 255 or 29.06% from 585); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CEAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1CEAA is #2E3155. Grayscale: #CACACA. Windows color (decimal): -3027286 or 11194065. OLE color: 11194065.
HSL color Cylindrical-coordinate representation of color #D1CEAA: hue angle of 55.38º degrees, saturation: 0.3, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D1CEAA is Cyan = 0, Magento = 0.01, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 206 | 170 | - |
| CMYK | 0 | 0.01 | 0.19 | 0.18 |
| HSL | 55.38º | 0.3% | 0.74% | - |
| HSV(B) | 55.38º | 0.19% | 0.82% | - |
| XYZ | 55.62 | 60.6 | 46.8 | - |
| YUV | 202.79 | 109.49 | 132.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 206 | 170 | 0 | 0.01 | 0.19 | 0.18 | 55.38 | 0.3 | 0.74 |
| Hex | D1 | CE | AA | 0 | 1 | 13 | 12 | 37 | 1E | 4A |
| Octal | 321 | 316 | 252 | 0 | 1 | 23 | 22 | 67 | 36 | 112 |
| Binary | 11010001 | 11001110 | 10101010 | 0 | 1 | 10011 | 10010 | 110111 | 11110 | 1001010 |
Color Harmonies of #D1CEAA
Complementary color
Monochromatic Colors of #D1CEAA
Black with #D1CEAA
Text Example
Text Example
White with #D1CEAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1CEAA; }
p { color: rgb(209,206,170); }
H1.HeaderClassName
{
color: #D1CEAA;
}
.AnyTagClassName
{
color: #D1CEAA;
}
</style>
background-color css
<style>
a { background-color: #D1CEAA; }
a { background-color: rgb(209,206,170); }
div.DivClassName
{
background-color: #D1CEAA;
}
.BgClassName
{
background-color: #D1CEAA;
}
</style>
border-color css
<style>
span { border-color: #D1CEAA; }
span { border-color: rgb(209,206,170); }
td.TdClassName
{
border-color: #D1CEAA;
}
.TagClassName
{
border-color: #D1CEAA;
}
</style>