Shades of White Rock #D5CEAA
Tints of White Rock #D5CEAA
RGB
CMYK
RGB Variations
Color information
#D5CEAA (or 0xD5CEAA) is known color: White Rock. HEX triplet: D5, CE and AA. RGB value is (213,206,170). Sum of RGB (Red+Green+Blue) = 213+206+170=589 (78% of max value = 765). Red value is 213 (83.59% from 255 or 36.16% from 589); Green value is 206 (80.86% from 255 or 34.97% from 589); Blue value is 170 (66.80% from 255 or 28.86% from 589); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CEAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5CEAA is #2A3155. Grayscale: #CCCCCC. Windows color (decimal): -2765142 or 11194069. OLE color: 11194069.
HSL color Cylindrical-coordinate representation of color #D5CEAA: hue angle of 50.23º degrees, saturation: 0.34, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D5CEAA is Cyan = 0, Magento = 0.03, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 206 | 170 | - |
| CMYK | 0 | 0.03 | 0.20 | 0.16 |
| HSL | 50.23º | 0.34% | 0.75% | - |
| HSV(B) | 50.23º | 0.2% | 0.84% | - |
| XYZ | 56.77 | 61.19 | 46.85 | - |
| YUV | 203.99 | 108.82 | 134.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 206 | 170 | 0 | 0.03 | 0.20 | 0.16 | 50.23 | 0.34 | 0.75 |
| Hex | D5 | CE | AA | 0 | 3 | 14 | 10 | 32 | 22 | 4B |
| Octal | 325 | 316 | 252 | 0 | 3 | 24 | 20 | 62 | 42 | 113 |
| Binary | 11010101 | 11001110 | 10101010 | 0 | 11 | 10100 | 10000 | 110010 | 100010 | 1001011 |
Color Harmonies of #D5CEAA
Complementary color
Monochromatic Colors of #D5CEAA
Black with #D5CEAA
Text Example
Text Example
White with #D5CEAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CEAA; }
p { color: rgb(213,206,170); }
H1.HeaderClassName
{
color: #D5CEAA;
}
.AnyTagClassName
{
color: #D5CEAA;
}
</style>
background-color css
<style>
a { background-color: #D5CEAA; }
a { background-color: rgb(213,206,170); }
div.DivClassName
{
background-color: #D5CEAA;
}
.BgClassName
{
background-color: #D5CEAA;
}
</style>
border-color css
<style>
span { border-color: #D5CEAA; }
span { border-color: rgb(213,206,170); }
td.TdClassName
{
border-color: #D5CEAA;
}
.TagClassName
{
border-color: #D5CEAA;
}
</style>