Shades of White Rock #D4CFB6
Tints of White Rock #D4CFB6
RGB
CMYK
RGB Variations
Color information
#D4CFB6 (or 0xD4CFB6) is known color: White Rock. HEX triplet: D4, CF and B6. RGB value is (212,207,182). Sum of RGB (Red+Green+Blue) = 212+207+182=601 (79% of max value = 765). Red value is 212 (83.20% from 255 or 35.27% from 601); Green value is 207 (81.25% from 255 or 34.44% from 601); Blue value is 182 (71.48% from 255 or 30.28% from 601); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CFB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4CFB6 is #2B3049. Grayscale: #CDCDCD. Windows color (decimal): -2830410 or 11980756. OLE color: 11980756.
HSL color Cylindrical-coordinate representation of color #D4CFB6: hue angle of 50º degrees, saturation: 0.26, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D4CFB6 is Cyan = 0, Magento = 0.02, Yellow = 0.14 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 207 | 182 | - |
| CMYK | 0 | 0.02 | 0.14 | 0.17 |
| HSL | 50º | 0.26% | 0.77% | - |
| HSV(B) | 50º | 0.14% | 0.83% | - |
| XYZ | 57.91 | 62 | 53.17 | - |
| YUV | 205.65 | 114.66 | 132.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 207 | 182 | 0 | 0.02 | 0.14 | 0.17 | 50 | 0.26 | 0.77 |
| Hex | D4 | CF | B6 | 0 | 2 | E | 11 | 32 | 1A | 4D |
| Octal | 324 | 317 | 266 | 0 | 2 | 16 | 21 | 62 | 32 | 115 |
| Binary | 11010100 | 11001111 | 10110110 | 0 | 10 | 1110 | 10001 | 110010 | 11010 | 1001101 |
Color Harmonies of #D4CFB6
Complementary color
Monochromatic Colors of #D4CFB6
Black with #D4CFB6
Text Example
Text Example
White with #D4CFB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4CFB6; }
p { color: rgb(212,207,182); }
H1.HeaderClassName
{
color: #D4CFB6;
}
.AnyTagClassName
{
color: #D4CFB6;
}
</style>
background-color css
<style>
a { background-color: #D4CFB6; }
a { background-color: rgb(212,207,182); }
div.DivClassName
{
background-color: #D4CFB6;
}
.BgClassName
{
background-color: #D4CFB6;
}
</style>
border-color css
<style>
span { border-color: #D4CFB6; }
span { border-color: rgb(212,207,182); }
td.TdClassName
{
border-color: #D4CFB6;
}
.TagClassName
{
border-color: #D4CFB6;
}
</style>