Shades of Blanc #D7CFBD
Tints of Blanc #D7CFBD
RGB
CMYK
RGB Variations
Color information
#D7CFBD (or 0xD7CFBD) is known color: Blanc. HEX triplet: D7, CF and BD. RGB value is (215,207,189). Sum of RGB (Red+Green+Blue) = 215+207+189=611 (80% of max value = 765). Red value is 215 (84.38% from 255 or 35.19% from 611); Green value is 207 (81.25% from 255 or 33.88% from 611); Blue value is 189 (74.22% from 255 or 30.93% from 611); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CFBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7CFBD is #283042. Grayscale: #CFCFCF. Windows color (decimal): -2633795 or 12439511. OLE color: 12439511.
HSL color Cylindrical-coordinate representation of color #D7CFBD: hue angle of 41.54º degrees, saturation: 0.25, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D7CFBD is Cyan = 0, Magento = 0.04, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 207 | 189 | - |
| CMYK | 0 | 0.04 | 0.12 | 0.16 |
| HSL | 41.54º | 0.25% | 0.79% | - |
| HSV(B) | 41.54º | 0.12% | 0.84% | - |
| XYZ | 59.52 | 62.75 | 57.12 | - |
| YUV | 207.34 | 117.65 | 133.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 207 | 189 | 0 | 0.04 | 0.12 | 0.16 | 41.54 | 0.25 | 0.79 |
| Hex | D7 | CF | BD | 0 | 4 | C | 10 | 2A | 19 | 4F |
| Octal | 327 | 317 | 275 | 0 | 4 | 14 | 20 | 52 | 31 | 117 |
| Binary | 11010111 | 11001111 | 10111101 | 0 | 100 | 1100 | 10000 | 101010 | 11001 | 1001111 |
Color Harmonies of #D7CFBD
Complementary color
Monochromatic Colors of #D7CFBD
Black with #D7CFBD
Text Example
Text Example
White with #D7CFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7CFBD; }
p { color: rgb(215,207,189); }
H1.HeaderClassName
{
color: #D7CFBD;
}
.AnyTagClassName
{
color: #D7CFBD;
}
</style>
background-color css
<style>
a { background-color: #D7CFBD; }
a { background-color: rgb(215,207,189); }
div.DivClassName
{
background-color: #D7CFBD;
}
.BgClassName
{
background-color: #D7CFBD;
}
</style>
border-color css
<style>
span { border-color: #D7CFBD; }
span { border-color: rgb(215,207,189); }
td.TdClassName
{
border-color: #D7CFBD;
}
.TagClassName
{
border-color: #D7CFBD;
}
</style>