Shades of White Rock #D6CEAF
Tints of White Rock #D6CEAF
RGB
CMYK
RGB Variations
Color information
#D6CEAF (or 0xD6CEAF) is known color: White Rock. HEX triplet: D6, CE and AF. RGB value is (214,206,175). Sum of RGB (Red+Green+Blue) = 214+206+175=595 (78% of max value = 765). Red value is 214 (83.98% from 255 or 35.97% from 595); Green value is 206 (80.86% from 255 or 34.62% from 595); Blue value is 175 (68.75% from 255 or 29.41% from 595); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CEAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6CEAF is #293150. Grayscale: #CCCCCC. Windows color (decimal): -2699601 or 11521750. OLE color: 11521750.
HSL color Cylindrical-coordinate representation of color #D6CEAF: hue angle of 47.69º degrees, saturation: 0.32, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D6CEAF is Cyan = 0, Magento = 0.04, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 206 | 175 | - |
| CMYK | 0 | 0.04 | 0.18 | 0.16 |
| HSL | 47.69º | 0.32% | 0.76% | - |
| HSV(B) | 47.69º | 0.18% | 0.84% | - |
| XYZ | 57.54 | 61.53 | 49.4 | - |
| YUV | 204.86 | 111.15 | 134.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 206 | 175 | 0 | 0.04 | 0.18 | 0.16 | 47.69 | 0.32 | 0.76 |
| Hex | D6 | CE | AF | 0 | 4 | 12 | 10 | 30 | 20 | 4C |
| Octal | 326 | 316 | 257 | 0 | 4 | 22 | 20 | 60 | 40 | 114 |
| Binary | 11010110 | 11001110 | 10101111 | 0 | 100 | 10010 | 10000 | 110000 | 100000 | 1001100 |
Color Harmonies of #D6CEAF
Complementary color
Monochromatic Colors of #D6CEAF
Black with #D6CEAF
Text Example
Text Example
White with #D6CEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6CEAF; }
p { color: rgb(214,206,175); }
H1.HeaderClassName
{
color: #D6CEAF;
}
.AnyTagClassName
{
color: #D6CEAF;
}
</style>
background-color css
<style>
a { background-color: #D6CEAF; }
a { background-color: rgb(214,206,175); }
div.DivClassName
{
background-color: #D6CEAF;
}
.BgClassName
{
background-color: #D6CEAF;
}
</style>
border-color css
<style>
span { border-color: #D6CEAF; }
span { border-color: rgb(214,206,175); }
td.TdClassName
{
border-color: #D6CEAF;
}
.TagClassName
{
border-color: #D6CEAF;
}
</style>