Shades of Fog #D6C8FA
Tints of Fog #D6C8FA
RGB
CMYK
RGB Variations
Color information
#D6C8FA (or 0xD6C8FA) is known color: Fog. HEX triplet: D6, C8 and FA. RGB value is (214,200,250). Sum of RGB (Red+Green+Blue) = 214+200+250=664 (87% of max value = 765). Red value is 214 (83.98% from 255 or 32.23% from 664); Green value is 200 (78.52% from 255 or 30.12% from 664); Blue value is 250 (98.05% from 255 or 37.65% from 664); Max value from RGB is 250 - color contains mainly: blue. Hex color #D6C8FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6C8FA is #293705. Grayscale: #D1D1D1. Windows color (decimal): -2701062 or 16435414. OLE color: 16435414.
HSL color Cylindrical-coordinate representation of color #D6C8FA: hue angle of 256.8º degrees, saturation: 0.83, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D6C8FA is Cyan = 0.14, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 214 | 200 | 250 | - |
| CMYK | 0.14 | 0.2 | 0 | 0.02 |
| HSL | 256.8º | 0.83% | 0.88% | - |
| HSV(B) | 256.8º | 0.2% | 0.98% | - |
| XYZ | 65.64 | 62.51 | 99.05 | - |
| YUV | 209.89 | 150.64 | 130.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 200 | 250 | 0.14 | 0.2 | 0 | 0.02 | 256.8 | 0.83 | 0.88 |
| Hex | D6 | C8 | FA | E | 14 | 0 | 2 | 101 | 53 | 58 |
| Octal | 326 | 310 | 372 | 16 | 24 | 0 | 2 | 401 | 123 | 130 |
| Binary | 11010110 | 11001000 | 11111010 | 1110 | 10100 | 0 | 10 | 100000001 | 1010011 | 1011000 |
Color Harmonies of #D6C8FA
Complementary color
Monochromatic Colors of #D6C8FA
Black with #D6C8FA
Text Example
Text Example
White with #D6C8FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C8FA; }
p { color: rgb(214,200,250); }
H1.HeaderClassName
{
color: #D6C8FA;
}
.AnyTagClassName
{
color: #D6C8FA;
}
</style>
background-color css
<style>
a { background-color: #D6C8FA; }
a { background-color: rgb(214,200,250); }
div.DivClassName
{
background-color: #D6C8FA;
}
.BgClassName
{
background-color: #D6C8FA;
}
</style>
border-color css
<style>
span { border-color: #D6C8FA; }
span { border-color: rgb(214,200,250); }
td.TdClassName
{
border-color: #D6C8FA;
}
.TagClassName
{
border-color: #D6C8FA;
}
</style>