Shades of White Rock #D6CEAA
Tints of White Rock #D6CEAA
RGB
CMYK
RGB Variations
Color information
#D6CEAA (or 0xD6CEAA) is known color: White Rock. HEX triplet: D6, CE and AA. RGB value is (214,206,170). Sum of RGB (Red+Green+Blue) = 214+206+170=590 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.27% from 590); Green value is 206 (80.86% from 255 or 34.92% from 590); Blue value is 170 (66.80% from 255 or 28.81% from 590); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CEAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6CEAA is #293155. Grayscale: #CCCCCC. Windows color (decimal): -2699606 or 11194070. OLE color: 11194070.
HSL color Cylindrical-coordinate representation of color #D6CEAA: hue angle of 49.09º degrees, saturation: 0.35, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D6CEAA is Cyan = 0, Magento = 0.04, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 206 | 170 | - |
| CMYK | 0 | 0.04 | 0.21 | 0.16 |
| HSL | 49.09º | 0.35% | 0.75% | - |
| HSV(B) | 49.09º | 0.21% | 0.84% | - |
| XYZ | 57.06 | 61.34 | 46.86 | - |
| YUV | 204.29 | 108.65 | 134.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 206 | 170 | 0 | 0.04 | 0.21 | 0.16 | 49.09 | 0.35 | 0.75 |
| Hex | D6 | CE | AA | 0 | 4 | 15 | 10 | 31 | 23 | 4B |
| Octal | 326 | 316 | 252 | 0 | 4 | 25 | 20 | 61 | 43 | 113 |
| Binary | 11010110 | 11001110 | 10101010 | 0 | 100 | 10101 | 10000 | 110001 | 100011 | 1001011 |
Color Harmonies of #D6CEAA
Complementary color
Monochromatic Colors of #D6CEAA
Black with #D6CEAA
Text Example
Text Example
White with #D6CEAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6CEAA; }
p { color: rgb(214,206,170); }
H1.HeaderClassName
{
color: #D6CEAA;
}
.AnyTagClassName
{
color: #D6CEAA;
}
</style>
background-color css
<style>
a { background-color: #D6CEAA; }
a { background-color: rgb(214,206,170); }
div.DivClassName
{
background-color: #D6CEAA;
}
.BgClassName
{
background-color: #D6CEAA;
}
</style>
border-color css
<style>
span { border-color: #D6CEAA; }
span { border-color: rgb(214,206,170); }
td.TdClassName
{
border-color: #D6CEAA;
}
.TagClassName
{
border-color: #D6CEAA;
}
</style>