Shades of White Rock #D6CFB6
Tints of White Rock #D6CFB6
RGB
CMYK
RGB Variations
Color information
#D6CFB6 (or 0xD6CFB6) is known color: White Rock. HEX triplet: D6, CF and B6. RGB value is (214,207,182). Sum of RGB (Red+Green+Blue) = 214+207+182=603 (79% of max value = 765). Red value is 214 (83.98% from 255 or 35.49% from 603); Green value is 207 (81.25% from 255 or 34.33% from 603); Blue value is 182 (71.48% from 255 or 30.18% from 603); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CFB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6CFB6 is #293049. Grayscale: #CECECE. Windows color (decimal): -2699338 or 11980758. OLE color: 11980758.
HSL color Cylindrical-coordinate representation of color #D6CFB6: hue angle of 46.88º degrees, saturation: 0.28, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D6CFB6 is Cyan = 0, Magento = 0.03, Yellow = 0.15 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 207 | 182 | - |
| CMYK | 0 | 0.03 | 0.15 | 0.16 |
| HSL | 46.88º | 0.28% | 0.78% | - |
| HSV(B) | 46.88º | 0.15% | 0.84% | - |
| XYZ | 58.49 | 62.3 | 53.2 | - |
| YUV | 206.24 | 114.32 | 133.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 207 | 182 | 0 | 0.03 | 0.15 | 0.16 | 46.88 | 0.28 | 0.78 |
| Hex | D6 | CF | B6 | 0 | 3 | F | 10 | 2F | 1C | 4E |
| Octal | 326 | 317 | 266 | 0 | 3 | 17 | 20 | 57 | 34 | 116 |
| Binary | 11010110 | 11001111 | 10110110 | 0 | 11 | 1111 | 10000 | 101111 | 11100 | 1001110 |
Color Harmonies of #D6CFB6
Complementary color
Monochromatic Colors of #D6CFB6
Black with #D6CFB6
Text Example
Text Example
White with #D6CFB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6CFB6; }
p { color: rgb(214,207,182); }
H1.HeaderClassName
{
color: #D6CFB6;
}
.AnyTagClassName
{
color: #D6CFB6;
}
</style>
background-color css
<style>
a { background-color: #D6CFB6; }
a { background-color: rgb(214,207,182); }
div.DivClassName
{
background-color: #D6CFB6;
}
.BgClassName
{
background-color: #D6CFB6;
}
</style>
border-color css
<style>
span { border-color: #D6CFB6; }
span { border-color: rgb(214,207,182); }
td.TdClassName
{
border-color: #D6CFB6;
}
.TagClassName
{
border-color: #D6CFB6;
}
</style>