Shades of Blanc #D7CFBF
Tints of Blanc #D7CFBF
RGB
CMYK
RGB Variations
Color information
#D7CFBF (or 0xD7CFBF) is known color: Blanc. HEX triplet: D7, CF and BF. RGB value is (215,207,191). Sum of RGB (Red+Green+Blue) = 215+207+191=613 (81% of max value = 765). Red value is 215 (84.38% from 255 or 35.07% from 613); Green value is 207 (81.25% from 255 or 33.77% from 613); Blue value is 191 (75% from 255 or 31.16% from 613); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CFBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7CFBF is #283040. Grayscale: #CFCFCF. Windows color (decimal): -2633793 or 12570583. OLE color: 12570583.
HSL color Cylindrical-coordinate representation of color #D7CFBF: hue angle of 40º degrees, saturation: 0.23, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D7CFBF is Cyan = 0, Magento = 0.04, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 207 | 191 | - |
| CMYK | 0 | 0.04 | 0.11 | 0.16 |
| HSL | 40º | 0.23% | 0.8% | - |
| HSV(B) | 40º | 0.11% | 0.84% | - |
| XYZ | 59.74 | 62.83 | 58.27 | - |
| YUV | 207.57 | 118.65 | 133.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 207 | 191 | 0 | 0.04 | 0.11 | 0.16 | 40 | 0.23 | 0.8 |
| Hex | D7 | CF | BF | 0 | 4 | B | 10 | 28 | 17 | 50 |
| Octal | 327 | 317 | 277 | 0 | 4 | 13 | 20 | 50 | 27 | 120 |
| Binary | 11010111 | 11001111 | 10111111 | 0 | 100 | 1011 | 10000 | 101000 | 10111 | 1010000 |
Color Harmonies of #D7CFBF
Complementary color
Monochromatic Colors of #D7CFBF
Black with #D7CFBF
Text Example
Text Example
White with #D7CFBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7CFBF; }
p { color: rgb(215,207,191); }
H1.HeaderClassName
{
color: #D7CFBF;
}
.AnyTagClassName
{
color: #D7CFBF;
}
</style>
background-color css
<style>
a { background-color: #D7CFBF; }
a { background-color: rgb(215,207,191); }
div.DivClassName
{
background-color: #D7CFBF;
}
.BgClassName
{
background-color: #D7CFBF;
}
</style>
border-color css
<style>
span { border-color: #D7CFBF; }
span { border-color: rgb(215,207,191); }
td.TdClassName
{
border-color: #D7CFBF;
}
.TagClassName
{
border-color: #D7CFBF;
}
</style>