Shades of Fog #D6CDEC
Tints of Fog #D6CDEC
RGB
CMYK
RGB Variations
Color information
#D6CDEC (or 0xD6CDEC) is known color: Fog. HEX triplet: D6, CD and EC. RGB value is (214,205,236). Sum of RGB (Red+Green+Blue) = 214+205+236=655 (86% of max value = 765). Red value is 214 (83.98% from 255 or 32.67% from 655); Green value is 205 (80.47% from 255 or 31.30% from 655); Blue value is 236 (92.58% from 255 or 36.03% from 655); Max value from RGB is 236 - color contains mainly: blue. Hex color #D6CDEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6CDEC is #293213. Grayscale: #D3D3D3. Windows color (decimal): -2699796 or 15519190. OLE color: 15519190.
HSL color Cylindrical-coordinate representation of color #D6CDEC: hue angle of 257.42º degrees, saturation: 0.45, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D6CDEC is Cyan = 0.09, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 214 | 205 | 236 | - |
CMYK | 0.09 | 0.13 | 0 | 0.07 |
HSL | 257.42º | 0.45% | 0.86% | - |
HSV(B) | 257.42º | 0.13% | 0.93% | - |
XYZ | 64.7 | 64.01 | 88.3 | - |
YUV | 211.23 | 141.98 | 129.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 214 | 205 | 236 | 0.09 | 0.13 | 0 | 0.07 | 257.42 | 0.45 | 0.86 |
Hex | D6 | CD | EC | 9 | D | 0 | 7 | 101 | 2D | 56 |
Octal | 326 | 315 | 354 | 11 | 15 | 0 | 7 | 401 | 55 | 126 |
Binary | 11010110 | 11001101 | 11101100 | 1001 | 1101 | 0 | 111 | 100000001 | 101101 | 1010110 |
Color Harmonies of #D6CDEC
Complementary color
Monochromatic Colors of #D6CDEC
Black with #D6CDEC
Text Example
Text Example
White with #D6CDEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6CDEC; }
p { color: rgb(214,205,236); }
H1.HeaderClassName
{
color: #D6CDEC;
}
.AnyTagClassName
{
color: #D6CDEC;
}
</style>
background-color css
<style>
a { background-color: #D6CDEC; }
a { background-color: rgb(214,205,236); }
div.DivClassName
{
background-color: #D6CDEC;
}
.BgClassName
{
background-color: #D6CDEC;
}
</style>
border-color css
<style>
span { border-color: #D6CDEC; }
span { border-color: rgb(214,205,236); }
td.TdClassName
{
border-color: #D6CDEC;
}
.TagClassName
{
border-color: #D6CDEC;
}
</style>