Shades of White Rock #D6CFB8
Tints of White Rock #D6CFB8
RGB
CMYK
RGB Variations
Color information
#D6CFB8 (or 0xD6CFB8) is known color: White Rock. HEX triplet: D6, CF and B8. RGB value is (214,207,184). Sum of RGB (Red+Green+Blue) = 214+207+184=605 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.37% from 605); Green value is 207 (81.25% from 255 or 34.21% from 605); Blue value is 184 (72.27% from 255 or 30.41% from 605); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CFB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6CFB8 is #293047. Grayscale: #CECECE. Windows color (decimal): -2699336 or 12111830. OLE color: 12111830.
HSL color Cylindrical-coordinate representation of color #D6CFB8: hue angle of 46º degrees, saturation: 0.27, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D6CFB8 is Cyan = 0, Magento = 0.03, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 207 | 184 | - |
| CMYK | 0 | 0.03 | 0.14 | 0.16 |
| HSL | 46º | 0.27% | 0.78% | - |
| HSV(B) | 46º | 0.14% | 0.84% | - |
| XYZ | 58.7 | 62.38 | 54.29 | - |
| YUV | 206.47 | 115.32 | 133.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 207 | 184 | 0 | 0.03 | 0.14 | 0.16 | 46 | 0.27 | 0.78 |
| Hex | D6 | CF | B8 | 0 | 3 | E | 10 | 2E | 1B | 4E |
| Octal | 326 | 317 | 270 | 0 | 3 | 16 | 20 | 56 | 33 | 116 |
| Binary | 11010110 | 11001111 | 10111000 | 0 | 11 | 1110 | 10000 | 101110 | 11011 | 1001110 |
Color Harmonies of #D6CFB8
Complementary color
Monochromatic Colors of #D6CFB8
Black with #D6CFB8
Text Example
Text Example
White with #D6CFB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6CFB8; }
p { color: rgb(214,207,184); }
H1.HeaderClassName
{
color: #D6CFB8;
}
.AnyTagClassName
{
color: #D6CFB8;
}
</style>
background-color css
<style>
a { background-color: #D6CFB8; }
a { background-color: rgb(214,207,184); }
div.DivClassName
{
background-color: #D6CFB8;
}
.BgClassName
{
background-color: #D6CFB8;
}
</style>
border-color css
<style>
span { border-color: #D6CFB8; }
span { border-color: rgb(214,207,184); }
td.TdClassName
{
border-color: #D6CFB8;
}
.TagClassName
{
border-color: #D6CFB8;
}
</style>