Shades of White Rock #D1CEAC
Tints of White Rock #D1CEAC
RGB
CMYK
RGB Variations
Color information
#D1CEAC (or 0xD1CEAC) is known color: White Rock. HEX triplet: D1, CE and AC. RGB value is (209,206,172). Sum of RGB (Red+Green+Blue) = 209+206+172=587 (77% of max value = 765). Red value is 209 (82.03% from 255 or 35.60% from 587); Green value is 206 (80.86% from 255 or 35.09% from 587); Blue value is 172 (67.58% from 255 or 29.30% from 587); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CEAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1CEAC is #2E3153. Grayscale: #CBCBCB. Windows color (decimal): -3027284 or 11325137. OLE color: 11325137.
HSL color Cylindrical-coordinate representation of color #D1CEAC: hue angle of 55.14º 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 #D1CEAC is Cyan = 0, Magento = 0.01, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 206 | 172 | - |
| CMYK | 0 | 0.01 | 0.18 | 0.18 |
| HSL | 55.14º | 0.29% | 0.75% | - |
| HSV(B) | 55.14º | 0.18% | 0.82% | - |
| XYZ | 55.81 | 60.68 | 47.8 | - |
| YUV | 203.02 | 110.49 | 132.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 206 | 172 | 0 | 0.01 | 0.18 | 0.18 | 55.14 | 0.29 | 0.75 |
| Hex | D1 | CE | AC | 0 | 1 | 12 | 12 | 37 | 1D | 4B |
| Octal | 321 | 316 | 254 | 0 | 1 | 22 | 22 | 67 | 35 | 113 |
| Binary | 11010001 | 11001110 | 10101100 | 0 | 1 | 10010 | 10010 | 110111 | 11101 | 1001011 |
Color Harmonies of #D1CEAC
Complementary color
Monochromatic Colors of #D1CEAC
Black with #D1CEAC
Text Example
Text Example
White with #D1CEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1CEAC; }
p { color: rgb(209,206,172); }
H1.HeaderClassName
{
color: #D1CEAC;
}
.AnyTagClassName
{
color: #D1CEAC;
}
</style>
background-color css
<style>
a { background-color: #D1CEAC; }
a { background-color: rgb(209,206,172); }
div.DivClassName
{
background-color: #D1CEAC;
}
.BgClassName
{
background-color: #D1CEAC;
}
</style>
border-color css
<style>
span { border-color: #D1CEAC; }
span { border-color: rgb(209,206,172); }
td.TdClassName
{
border-color: #D1CEAC;
}
.TagClassName
{
border-color: #D1CEAC;
}
</style>