Shades of Blanc #D6CFC3
Tints of Blanc #D6CFC3
RGB
CMYK
RGB Variations
Color information
#D6CFC3 (or 0xD6CFC3) is known color: Blanc. HEX triplet: D6, CF and C3. RGB value is (214,207,195). Sum of RGB (Red+Green+Blue) = 214+207+195=616 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.74% from 616); Green value is 207 (81.25% from 255 or 33.60% from 616); Blue value is 195 (76.56% from 255 or 31.66% from 616); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CFC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6CFC3 is #29303C. Grayscale: #CFCFCF. Windows color (decimal): -2699325 or 12832726. OLE color: 12832726.
HSL color Cylindrical-coordinate representation of color #D6CFC3: hue angle of 37.89º degrees, saturation: 0.19, 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 #D6CFC3 is Cyan = 0, Magento = 0.03, Yellow = 0.09 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 207 | 195 | - |
| CMYK | 0 | 0.03 | 0.09 | 0.16 |
| HSL | 37.89º | 0.19% | 0.8% | - |
| HSV(B) | 37.89º | 0.09% | 0.84% | - |
| XYZ | 59.89 | 62.86 | 60.61 | - |
| YUV | 207.73 | 120.82 | 132.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 207 | 195 | 0 | 0.03 | 0.09 | 0.16 | 37.89 | 0.19 | 0.8 |
| Hex | D6 | CF | C3 | 0 | 3 | 9 | 10 | 26 | 13 | 50 |
| Octal | 326 | 317 | 303 | 0 | 3 | 11 | 20 | 46 | 23 | 120 |
| Binary | 11010110 | 11001111 | 11000011 | 0 | 11 | 1001 | 10000 | 100110 | 10011 | 1010000 |
Color Harmonies of #D6CFC3
Complementary color
Monochromatic Colors of #D6CFC3
Black with #D6CFC3
Text Example
Text Example
White with #D6CFC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6CFC3; }
p { color: rgb(214,207,195); }
H1.HeaderClassName
{
color: #D6CFC3;
}
.AnyTagClassName
{
color: #D6CFC3;
}
</style>
background-color css
<style>
a { background-color: #D6CFC3; }
a { background-color: rgb(214,207,195); }
div.DivClassName
{
background-color: #D6CFC3;
}
.BgClassName
{
background-color: #D6CFC3;
}
</style>
border-color css
<style>
span { border-color: #D6CFC3; }
span { border-color: rgb(214,207,195); }
td.TdClassName
{
border-color: #D6CFC3;
}
.TagClassName
{
border-color: #D6CFC3;
}
</style>