Shades of Blanc #D7CFC3
Tints of Blanc #D7CFC3
RGB
CMYK
RGB Variations
Color information
#D7CFC3 (or 0xD7CFC3) is known color: Blanc. HEX triplet: D7, CF and C3. RGB value is (215,207,195). Sum of RGB (Red+Green+Blue) = 215+207+195=617 (81% of max value = 765). Red value is 215 (84.38% from 255 or 34.85% from 617); Green value is 207 (81.25% from 255 or 33.55% from 617); Blue value is 195 (76.56% from 255 or 31.60% from 617); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CFC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7CFC3 is #28303C. Grayscale: #D0D0D0. Windows color (decimal): -2633789 or 12832727. OLE color: 12832727.
HSL color Cylindrical-coordinate representation of color #D7CFC3: hue angle of 36º degrees, saturation: 0.2, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D7CFC3 is Cyan = 0, Magento = 0.04, Yellow = 0.09 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 207 | 195 | - |
| CMYK | 0 | 0.04 | 0.09 | 0.16 |
| HSL | 36º | 0.2% | 0.8% | - |
| HSV(B) | 36º | 0.09% | 0.84% | - |
| XYZ | 60.19 | 63.01 | 60.62 | - |
| YUV | 208.02 | 120.65 | 132.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 207 | 195 | 0 | 0.04 | 0.09 | 0.16 | 36 | 0.2 | 0.8 |
| Hex | D7 | CF | C3 | 0 | 4 | 9 | 10 | 24 | 14 | 50 |
| Octal | 327 | 317 | 303 | 0 | 4 | 11 | 20 | 44 | 24 | 120 |
| Binary | 11010111 | 11001111 | 11000011 | 0 | 100 | 1001 | 10000 | 100100 | 10100 | 1010000 |
Color Harmonies of #D7CFC3
Complementary color
Monochromatic Colors of #D7CFC3
Black with #D7CFC3
Text Example
Text Example
White with #D7CFC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7CFC3; }
p { color: rgb(215,207,195); }
H1.HeaderClassName
{
color: #D7CFC3;
}
.AnyTagClassName
{
color: #D7CFC3;
}
</style>
background-color css
<style>
a { background-color: #D7CFC3; }
a { background-color: rgb(215,207,195); }
div.DivClassName
{
background-color: #D7CFC3;
}
.BgClassName
{
background-color: #D7CFC3;
}
</style>
border-color css
<style>
span { border-color: #D7CFC3; }
span { border-color: rgb(215,207,195); }
td.TdClassName
{
border-color: #D7CFC3;
}
.TagClassName
{
border-color: #D7CFC3;
}
</style>