Shades of Fog #D6CDE7
Tints of Fog #D6CDE7
RGB
CMYK
RGB Variations
Color information
#D6CDE7 (or 0xD6CDE7) is known color: Fog. HEX triplet: D6, CD and E7. RGB value is (214,205,231). Sum of RGB (Red+Green+Blue) = 214+205+231=650 (86% of max value = 765). Red value is 214 (83.98% from 255 or 32.92% from 650); Green value is 205 (80.47% from 255 or 31.54% from 650); Blue value is 231 (90.62% from 255 or 35.54% from 650); Max value from RGB is 231 - color contains mainly: blue. Hex color #D6CDE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6CDE7 is #293218. Grayscale: #D2D2D2. Windows color (decimal): -2699801 or 15191510. OLE color: 15191510.
HSL color Cylindrical-coordinate representation of color #D6CDE7: hue angle of 260.77º degrees, saturation: 0.35, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D6CDE7 is Cyan = 0.07, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 214 | 205 | 231 | - |
| CMYK | 0.07 | 0.11 | 0 | 0.09 |
| HSL | 260.77º | 0.35% | 0.85% | - |
| HSV(B) | 260.77º | 0.11% | 0.91% | - |
| XYZ | 63.99 | 63.73 | 84.53 | - |
| YUV | 210.66 | 139.48 | 130.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 205 | 231 | 0.07 | 0.11 | 0 | 0.09 | 260.77 | 0.35 | 0.85 |
| Hex | D6 | CD | E7 | 7 | B | 0 | 9 | 105 | 23 | 55 |
| Octal | 326 | 315 | 347 | 7 | 13 | 0 | 11 | 405 | 43 | 125 |
| Binary | 11010110 | 11001101 | 11100111 | 111 | 1011 | 0 | 1001 | 100000101 | 100011 | 1010101 |
Color Harmonies of #D6CDE7
Complementary color
Monochromatic Colors of #D6CDE7
Black with #D6CDE7
Text Example
Text Example
White with #D6CDE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6CDE7; }
p { color: rgb(214,205,231); }
H1.HeaderClassName
{
color: #D6CDE7;
}
.AnyTagClassName
{
color: #D6CDE7;
}
</style>
background-color css
<style>
a { background-color: #D6CDE7; }
a { background-color: rgb(214,205,231); }
div.DivClassName
{
background-color: #D6CDE7;
}
.BgClassName
{
background-color: #D6CDE7;
}
</style>
border-color css
<style>
span { border-color: #D6CDE7; }
span { border-color: rgb(214,205,231); }
td.TdClassName
{
border-color: #D6CDE7;
}
.TagClassName
{
border-color: #D6CDE7;
}
</style>