Shades of Blanc #D9CFC1
Tints of Blanc #D9CFC1
RGB
CMYK
RGB Variations
Color information
#D9CFC1 (or 0xD9CFC1) is known color: Blanc. HEX triplet: D9, CF and C1. RGB value is (217,207,193). Sum of RGB (Red+Green+Blue) = 217+207+193=617 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.17% from 617); Green value is 207 (81.25% from 255 or 33.55% from 617); Blue value is 193 (75.78% from 255 or 31.28% from 617); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CFC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9CFC1 is #26303E. Grayscale: #D0D0D0. Windows color (decimal): -2502719 or 12701657. OLE color: 12701657.
HSL color Cylindrical-coordinate representation of color #D9CFC1: hue angle of 35º degrees, saturation: 0.24, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D9CFC1 is Cyan = 0, Magento = 0.05, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 207 | 193 | - |
| CMYK | 0 | 0.05 | 0.11 | 0.15 |
| HSL | 35º | 0.24% | 0.8% | - |
| HSV(B) | 35º | 0.11% | 0.85% | - |
| XYZ | 60.55 | 63.23 | 59.46 | - |
| YUV | 208.39 | 119.31 | 134.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 207 | 193 | 0 | 0.05 | 0.11 | 0.15 | 35 | 0.24 | 0.8 |
| Hex | D9 | CF | C1 | 0 | 5 | B | F | 23 | 18 | 50 |
| Octal | 331 | 317 | 301 | 0 | 5 | 13 | 17 | 43 | 30 | 120 |
| Binary | 11011001 | 11001111 | 11000001 | 0 | 101 | 1011 | 1111 | 100011 | 11000 | 1010000 |
Color Harmonies of #D9CFC1
Complementary color
Monochromatic Colors of #D9CFC1
Black with #D9CFC1
Text Example
Text Example
White with #D9CFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9CFC1; }
p { color: rgb(217,207,193); }
H1.HeaderClassName
{
color: #D9CFC1;
}
.AnyTagClassName
{
color: #D9CFC1;
}
</style>
background-color css
<style>
a { background-color: #D9CFC1; }
a { background-color: rgb(217,207,193); }
div.DivClassName
{
background-color: #D9CFC1;
}
.BgClassName
{
background-color: #D9CFC1;
}
</style>
border-color css
<style>
span { border-color: #D9CFC1; }
span { border-color: rgb(217,207,193); }
td.TdClassName
{
border-color: #D9CFC1;
}
.TagClassName
{
border-color: #D9CFC1;
}
</style>