Shades of Fog #D6CCDF
Tints of Fog #D6CCDF
RGB
CMYK
RGB Variations
Color information
#D6CCDF (or 0xD6CCDF) is known color: Fog. HEX triplet: D6, CC and DF. RGB value is (214,204,223). Sum of RGB (Red+Green+Blue) = 214+204+223=641 (84% of max value = 765). Red value is 214 (83.98% from 255 or 33.39% from 641); Green value is 204 (80.08% from 255 or 31.83% from 641); Blue value is 223 (87.5% from 255 or 34.79% from 641); Max value from RGB is 223 - color contains mainly: blue. Hex color #D6CCDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6CCDF is #293320. Grayscale: #D1D1D1. Windows color (decimal): -2700065 or 14666966. OLE color: 14666966.
HSL color Cylindrical-coordinate representation of color #D6CCDF: hue angle of 271.58º degrees, saturation: 0.23, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D6CCDF is Cyan = 0.04, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 214 | 204 | 223 | - |
CMYK | 0.04 | 0.09 | 0 | 0.13 |
HSL | 271.58º | 0.23% | 0.84% | - |
HSV(B) | 271.58º | 0.09% | 0.87% | - |
XYZ | 62.64 | 62.81 | 78.63 | - |
YUV | 209.16 | 135.81 | 131.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 214 | 204 | 223 | 0.04 | 0.09 | 0 | 0.13 | 271.58 | 0.23 | 0.84 |
Hex | D6 | CC | DF | 4 | 9 | 0 | D | 110 | 17 | 54 |
Octal | 326 | 314 | 337 | 4 | 11 | 0 | 15 | 420 | 27 | 124 |
Binary | 11010110 | 11001100 | 11011111 | 100 | 1001 | 0 | 1101 | 100010000 | 10111 | 1010100 |
Color Harmonies of #D6CCDF
Complementary color
Monochromatic Colors of #D6CCDF
Black with #D6CCDF
Text Example
Text Example
White with #D6CCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6CCDF; }
p { color: rgb(214,204,223); }
H1.HeaderClassName
{
color: #D6CCDF;
}
.AnyTagClassName
{
color: #D6CCDF;
}
</style>
background-color css
<style>
a { background-color: #D6CCDF; }
a { background-color: rgb(214,204,223); }
div.DivClassName
{
background-color: #D6CCDF;
}
.BgClassName
{
background-color: #D6CCDF;
}
</style>
border-color css
<style>
span { border-color: #D6CCDF; }
span { border-color: rgb(214,204,223); }
td.TdClassName
{
border-color: #D6CCDF;
}
.TagClassName
{
border-color: #D6CCDF;
}
</style>