Shades of White Rock #D1CCA8
Tints of White Rock #D1CCA8
RGB
CMYK
RGB Variations
Color information
#D1CCA8 (or 0xD1CCA8) is known color: White Rock. HEX triplet: D1, CC and A8. RGB value is (209,204,168). Sum of RGB (Red+Green+Blue) = 209+204+168=581 (76% of max value = 765). Red value is 209 (82.03% from 255 or 35.97% from 581); Green value is 204 (80.08% from 255 or 35.11% from 581); Blue value is 168 (66.02% from 255 or 28.92% from 581); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CCA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1CCA8 is #2E3357. Grayscale: #C9C9C9. Windows color (decimal): -3027800 or 11062481. OLE color: 11062481.
HSL color Cylindrical-coordinate representation of color #D1CCA8: hue angle of 52.68º degrees, saturation: 0.31, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D1CCA8 is Cyan = 0, Magento = 0.02, Yellow = 0.20 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 204 | 168 | - |
| CMYK | 0 | 0.02 | 0.20 | 0.18 |
| HSL | 52.68º | 0.31% | 0.74% | - |
| HSV(B) | 52.68º | 0.2% | 0.82% | - |
| XYZ | 54.96 | 59.57 | 45.65 | - |
| YUV | 201.39 | 109.16 | 133.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 204 | 168 | 0 | 0.02 | 0.20 | 0.18 | 52.68 | 0.31 | 0.74 |
| Hex | D1 | CC | A8 | 0 | 2 | 14 | 12 | 35 | 1F | 4A |
| Octal | 321 | 314 | 250 | 0 | 2 | 24 | 22 | 65 | 37 | 112 |
| Binary | 11010001 | 11001100 | 10101000 | 0 | 10 | 10100 | 10010 | 110101 | 11111 | 1001010 |
Color Harmonies of #D1CCA8
Complementary color
Monochromatic Colors of #D1CCA8
Black with #D1CCA8
Text Example
Text Example
White with #D1CCA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1CCA8; }
p { color: rgb(209,204,168); }
H1.HeaderClassName
{
color: #D1CCA8;
}
.AnyTagClassName
{
color: #D1CCA8;
}
</style>
background-color css
<style>
a { background-color: #D1CCA8; }
a { background-color: rgb(209,204,168); }
div.DivClassName
{
background-color: #D1CCA8;
}
.BgClassName
{
background-color: #D1CCA8;
}
</style>
border-color css
<style>
span { border-color: #D1CCA8; }
span { border-color: rgb(209,204,168); }
td.TdClassName
{
border-color: #D1CCA8;
}
.TagClassName
{
border-color: #D1CCA8;
}
</style>