Shades of White Rock #D6CFAB
Tints of White Rock #D6CFAB
RGB
CMYK
RGB Variations
Color information
#D6CFAB (or 0xD6CFAB) is known color: White Rock. HEX triplet: D6, CF and AB. RGB value is (214,207,171). Sum of RGB (Red+Green+Blue) = 214+207+171=592 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.15% from 592); Green value is 207 (81.25% from 255 or 34.97% from 592); Blue value is 171 (67.19% from 255 or 28.89% from 592); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CFAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6CFAB is #293054. Grayscale: #CDCDCD. Windows color (decimal): -2699349 or 11259862. OLE color: 11259862.
HSL color Cylindrical-coordinate representation of color #D6CFAB: hue angle of 50.23º degrees, saturation: 0.34, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D6CFAB is Cyan = 0, Magento = 0.03, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 207 | 171 | - |
| CMYK | 0 | 0.03 | 0.20 | 0.16 |
| HSL | 50.23º | 0.34% | 0.75% | - |
| HSV(B) | 50.23º | 0.2% | 0.84% | - |
| XYZ | 57.4 | 61.86 | 47.44 | - |
| YUV | 204.99 | 108.82 | 134.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 207 | 171 | 0 | 0.03 | 0.20 | 0.16 | 50.23 | 0.34 | 0.75 |
| Hex | D6 | CF | AB | 0 | 3 | 14 | 10 | 32 | 22 | 4B |
| Octal | 326 | 317 | 253 | 0 | 3 | 24 | 20 | 62 | 42 | 113 |
| Binary | 11010110 | 11001111 | 10101011 | 0 | 11 | 10100 | 10000 | 110010 | 100010 | 1001011 |
Color Harmonies of #D6CFAB
Complementary color
Monochromatic Colors of #D6CFAB
Black with #D6CFAB
Text Example
Text Example
White with #D6CFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6CFAB; }
p { color: rgb(214,207,171); }
H1.HeaderClassName
{
color: #D6CFAB;
}
.AnyTagClassName
{
color: #D6CFAB;
}
</style>
background-color css
<style>
a { background-color: #D6CFAB; }
a { background-color: rgb(214,207,171); }
div.DivClassName
{
background-color: #D6CFAB;
}
.BgClassName
{
background-color: #D6CFAB;
}
</style>
border-color css
<style>
span { border-color: #D6CFAB; }
span { border-color: rgb(214,207,171); }
td.TdClassName
{
border-color: #D6CFAB;
}
.TagClassName
{
border-color: #D6CFAB;
}
</style>