Shades of Fog #D6CDE9
Tints of Fog #D6CDE9
RGB
CMYK
RGB Variations
Color information
#D6CDE9 (or 0xD6CDE9) is known color: Fog. HEX triplet: D6, CD and E9. RGB value is (214,205,233). Sum of RGB (Red+Green+Blue) = 214+205+233=652 (86% of max value = 765). Red value is 214 (83.98% from 255 or 32.82% from 652); Green value is 205 (80.47% from 255 or 31.44% from 652); Blue value is 233 (91.41% from 255 or 35.74% from 652); Max value from RGB is 233 - color contains mainly: blue. Hex color #D6CDE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6CDE9 is #293216. Grayscale: #D2D2D2. Windows color (decimal): -2699799 or 15322582. OLE color: 15322582.
HSL color Cylindrical-coordinate representation of color #D6CDE9: hue angle of 259.29º degrees, saturation: 0.39, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D6CDE9 is Cyan = 0.08, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 214 | 205 | 233 | - |
| CMYK | 0.08 | 0.12 | 0 | 0.09 |
| HSL | 259.29º | 0.39% | 0.86% | - |
| HSV(B) | 259.29º | 0.12% | 0.91% | - |
| XYZ | 64.27 | 63.84 | 86.03 | - |
| YUV | 210.88 | 140.48 | 130.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 205 | 233 | 0.08 | 0.12 | 0 | 0.09 | 259.29 | 0.39 | 0.86 |
| Hex | D6 | CD | E9 | 8 | C | 0 | 9 | 103 | 27 | 56 |
| Octal | 326 | 315 | 351 | 10 | 14 | 0 | 11 | 403 | 47 | 126 |
| Binary | 11010110 | 11001101 | 11101001 | 1000 | 1100 | 0 | 1001 | 100000011 | 100111 | 1010110 |
Color Harmonies of #D6CDE9
Complementary color
Monochromatic Colors of #D6CDE9
Black with #D6CDE9
Text Example
Text Example
White with #D6CDE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6CDE9; }
p { color: rgb(214,205,233); }
H1.HeaderClassName
{
color: #D6CDE9;
}
.AnyTagClassName
{
color: #D6CDE9;
}
</style>
background-color css
<style>
a { background-color: #D6CDE9; }
a { background-color: rgb(214,205,233); }
div.DivClassName
{
background-color: #D6CDE9;
}
.BgClassName
{
background-color: #D6CDE9;
}
</style>
border-color css
<style>
span { border-color: #D6CDE9; }
span { border-color: rgb(214,205,233); }
td.TdClassName
{
border-color: #D6CDE9;
}
.TagClassName
{
border-color: #D6CDE9;
}
</style>