Shades of Fog #D6CDE3
Tints of Fog #D6CDE3
RGB
CMYK
RGB Variations
Color information
#D6CDE3 (or 0xD6CDE3) is known color: Fog. HEX triplet: D6, CD and E3. RGB value is (214,205,227). Sum of RGB (Red+Green+Blue) = 214+205+227=646 (85% of max value = 765). Red value is 214 (83.98% from 255 or 33.13% from 646); Green value is 205 (80.47% from 255 or 31.73% from 646); Blue value is 227 (89.06% from 255 or 35.14% from 646); Max value from RGB is 227 - color contains mainly: blue. Hex color #D6CDE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6CDE3 is #29321C. Grayscale: #D2D2D2. Windows color (decimal): -2699805 or 14929366. OLE color: 14929366.
HSL color Cylindrical-coordinate representation of color #D6CDE3: hue angle of 264.55º degrees, saturation: 0.28, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D6CDE3 is Cyan = 0.06, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 214 | 205 | 227 | - |
| CMYK | 0.06 | 0.10 | 0 | 0.11 |
| HSL | 264.55º | 0.28% | 0.85% | - |
| HSV(B) | 264.55º | 0.1% | 0.89% | - |
| XYZ | 63.43 | 63.5 | 81.59 | - |
| YUV | 210.2 | 137.48 | 130.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 205 | 227 | 0.06 | 0.10 | 0 | 0.11 | 264.55 | 0.28 | 0.85 |
| Hex | D6 | CD | E3 | 6 | A | 0 | B | 109 | 1C | 55 |
| Octal | 326 | 315 | 343 | 6 | 12 | 0 | 13 | 411 | 34 | 125 |
| Binary | 11010110 | 11001101 | 11100011 | 110 | 1010 | 0 | 1011 | 100001001 | 11100 | 1010101 |
Color Harmonies of #D6CDE3
Complementary color
Monochromatic Colors of #D6CDE3
Black with #D6CDE3
Text Example
Text Example
White with #D6CDE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6CDE3; }
p { color: rgb(214,205,227); }
H1.HeaderClassName
{
color: #D6CDE3;
}
.AnyTagClassName
{
color: #D6CDE3;
}
</style>
background-color css
<style>
a { background-color: #D6CDE3; }
a { background-color: rgb(214,205,227); }
div.DivClassName
{
background-color: #D6CDE3;
}
.BgClassName
{
background-color: #D6CDE3;
}
</style>
border-color css
<style>
span { border-color: #D6CDE3; }
span { border-color: rgb(214,205,227); }
td.TdClassName
{
border-color: #D6CDE3;
}
.TagClassName
{
border-color: #D6CDE3;
}
</style>