Shades of White Rock #D6CEB0
Tints of White Rock #D6CEB0
RGB
CMYK
RGB Variations
Color information
#D6CEB0 (or 0xD6CEB0) is known color: White Rock. HEX triplet: D6, CE and B0. RGB value is (214,206,176). Sum of RGB (Red+Green+Blue) = 214+206+176=596 (78% of max value = 765). Red value is 214 (83.98% from 255 or 35.91% from 596); Green value is 206 (80.86% from 255 or 34.56% from 596); Blue value is 176 (69.14% from 255 or 29.53% from 596); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CEB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6CEB0 is #29314F. Grayscale: #CDCDCD. Windows color (decimal): -2699600 or 11587286. OLE color: 11587286.
HSL color Cylindrical-coordinate representation of color #D6CEB0: hue angle of 47.37º 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 #D6CEB0 is Cyan = 0, Magento = 0.04, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 206 | 176 | - |
| CMYK | 0 | 0.04 | 0.18 | 0.16 |
| HSL | 47.37º | 0.32% | 0.76% | - |
| HSV(B) | 47.37º | 0.18% | 0.84% | - |
| XYZ | 57.64 | 61.57 | 49.92 | - |
| YUV | 204.97 | 111.65 | 134.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 206 | 176 | 0 | 0.04 | 0.18 | 0.16 | 47.37 | 0.32 | 0.76 |
| Hex | D6 | CE | B0 | 0 | 4 | 12 | 10 | 2F | 20 | 4C |
| Octal | 326 | 316 | 260 | 0 | 4 | 22 | 20 | 57 | 40 | 114 |
| Binary | 11010110 | 11001110 | 10110000 | 0 | 100 | 10010 | 10000 | 101111 | 100000 | 1001100 |
Color Harmonies of #D6CEB0
Complementary color
Monochromatic Colors of #D6CEB0
Black with #D6CEB0
Text Example
Text Example
White with #D6CEB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6CEB0; }
p { color: rgb(214,206,176); }
H1.HeaderClassName
{
color: #D6CEB0;
}
.AnyTagClassName
{
color: #D6CEB0;
}
</style>
background-color css
<style>
a { background-color: #D6CEB0; }
a { background-color: rgb(214,206,176); }
div.DivClassName
{
background-color: #D6CEB0;
}
.BgClassName
{
background-color: #D6CEB0;
}
</style>
border-color css
<style>
span { border-color: #D6CEB0; }
span { border-color: rgb(214,206,176); }
td.TdClassName
{
border-color: #D6CEB0;
}
.TagClassName
{
border-color: #D6CEB0;
}
</style>