Shades of Fog #D6CDDF
Tints of Fog #D6CDDF
RGB
CMYK
RGB Variations
Color information
#D6CDDF (or 0xD6CDDF) is known color: Fog. HEX triplet: D6, CD and DF. RGB value is (214,205,223). Sum of RGB (Red+Green+Blue) = 214+205+223=642 (85% of max value = 765). Red value is 214 (83.98% from 255 or 33.33% from 642); Green value is 205 (80.47% from 255 or 31.93% from 642); Blue value is 223 (87.5% from 255 or 34.74% from 642); Max value from RGB is 223 - color contains mainly: blue. Hex color #D6CDDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6CDDF is #293220. Grayscale: #D1D1D1. Windows color (decimal): -2699809 or 14667222. OLE color: 14667222.
HSL color Cylindrical-coordinate representation of color #D6CDDF: hue angle of 270º degrees, saturation: 0.22, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D6CDDF is Cyan = 0.04, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 214 | 205 | 223 | - |
CMYK | 0.04 | 0.08 | 0 | 0.13 |
HSL | 270º | 0.22% | 0.84% | - |
HSV(B) | 270º | 0.08% | 0.87% | - |
XYZ | 62.88 | 63.29 | 78.71 | - |
YUV | 209.74 | 135.48 | 131.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 214 | 205 | 223 | 0.04 | 0.08 | 0 | 0.13 | 270 | 0.22 | 0.84 |
Hex | D6 | CD | DF | 4 | 8 | 0 | D | 10E | 16 | 54 |
Octal | 326 | 315 | 337 | 4 | 10 | 0 | 15 | 416 | 26 | 124 |
Binary | 11010110 | 11001101 | 11011111 | 100 | 1000 | 0 | 1101 | 100001110 | 10110 | 1010100 |
Color Harmonies of #D6CDDF
Complementary color
Monochromatic Colors of #D6CDDF
Black with #D6CDDF
Text Example
Text Example
White with #D6CDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6CDDF; }
p { color: rgb(214,205,223); }
H1.HeaderClassName
{
color: #D6CDDF;
}
.AnyTagClassName
{
color: #D6CDDF;
}
</style>
background-color css
<style>
a { background-color: #D6CDDF; }
a { background-color: rgb(214,205,223); }
div.DivClassName
{
background-color: #D6CDDF;
}
.BgClassName
{
background-color: #D6CDDF;
}
</style>
border-color css
<style>
span { border-color: #D6CDDF; }
span { border-color: rgb(214,205,223); }
td.TdClassName
{
border-color: #D6CDDF;
}
.TagClassName
{
border-color: #D6CDDF;
}
</style>