Shades of Fog #D6C1E3
Tints of Fog #D6C1E3
RGB
CMYK
RGB Variations
Color information
#D6C1E3 (or 0xD6C1E3) is known color: Fog. HEX triplet: D6, C1 and E3. RGB value is (214,193,227). Sum of RGB (Red+Green+Blue) = 214+193+227=634 (83% of max value = 765). Red value is 214 (83.98% from 255 or 33.75% from 634); Green value is 193 (75.78% from 255 or 30.44% from 634); Blue value is 227 (89.06% from 255 or 35.80% from 634); Max value from RGB is 227 - color contains mainly: blue. Hex color #D6C1E3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6C1E3 is #293E1C. Grayscale: #CBCBCB. Windows color (decimal): -2702877 or 14926294. OLE color: 14926294.
HSL color Cylindrical-coordinate representation of color #D6C1E3: hue angle of 277.06º degrees, saturation: 0.38, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D6C1E3 is Cyan = 0.06, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 214 | 193 | 227 | - |
| CMYK | 0.06 | 0.15 | 0 | 0.11 |
| HSL | 277.06º | 0.38% | 0.82% | - |
| HSV(B) | 277.06º | 0.15% | 0.89% | - |
| XYZ | 60.67 | 57.98 | 80.67 | - |
| YUV | 203.16 | 141.46 | 135.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 193 | 227 | 0.06 | 0.15 | 0 | 0.11 | 277.06 | 0.38 | 0.82 |
| Hex | D6 | C1 | E3 | 6 | F | 0 | B | 115 | 26 | 52 |
| Octal | 326 | 301 | 343 | 6 | 17 | 0 | 13 | 425 | 46 | 122 |
| Binary | 11010110 | 11000001 | 11100011 | 110 | 1111 | 0 | 1011 | 100010101 | 100110 | 1010010 |
Color Harmonies of #D6C1E3
Complementary color
Monochromatic Colors of #D6C1E3
Black with #D6C1E3
Text Example
Text Example
White with #D6C1E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C1E3; }
p { color: rgb(214,193,227); }
H1.HeaderClassName
{
color: #D6C1E3;
}
.AnyTagClassName
{
color: #D6C1E3;
}
</style>
background-color css
<style>
a { background-color: #D6C1E3; }
a { background-color: rgb(214,193,227); }
div.DivClassName
{
background-color: #D6C1E3;
}
.BgClassName
{
background-color: #D6C1E3;
}
</style>
border-color css
<style>
span { border-color: #D6C1E3; }
span { border-color: rgb(214,193,227); }
td.TdClassName
{
border-color: #D6C1E3;
}
.TagClassName
{
border-color: #D6C1E3;
}
</style>