Shades of Fog #D6C6FE
Tints of Fog #D6C6FE
RGB
CMYK
RGB Variations
Color information
#D6C6FE (or 0xD6C6FE) is known color: Fog. HEX triplet: D6, C6 and FE. RGB value is (214,198,254). Sum of RGB (Red+Green+Blue) = 214+198+254=666 (88% of max value = 765). Red value is 214 (83.98% from 255 or 32.13% from 666); Green value is 198 (77.73% from 255 or 29.73% from 666); Blue value is 254 (99.61% from 255 or 38.14% from 666); Max value from RGB is 254 - color contains mainly: blue. Hex color #D6C6FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6C6FE is #293901. Grayscale: #D0D0D0. Windows color (decimal): -2701570 or 16697046. OLE color: 16697046.
HSL color Cylindrical-coordinate representation of color #D6C6FE: hue angle of 257.14º degrees, saturation: 0.97, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D6C6FE is Cyan = 0.16, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 214 | 198 | 254 | - |
| CMYK | 0.16 | 0.22 | 0 | 0.00 |
| HSL | 257.14º | 0.97% | 0.89% | - |
| HSV(B) | 257.14º | 0.22% | 1% | - |
| XYZ | 65.82 | 61.84 | 102.23 | - |
| YUV | 209.17 | 153.3 | 131.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 198 | 254 | 0.16 | 0.22 | 0 | 0.00 | 257.14 | 0.97 | 0.89 |
| Hex | D6 | C6 | FE | 10 | 16 | 0 | 0 | 101 | 61 | 59 |
| Octal | 326 | 306 | 376 | 20 | 26 | 0 | 0 | 401 | 141 | 131 |
| Binary | 11010110 | 11000110 | 11111110 | 10000 | 10110 | 0 | 0 | 100000001 | 1100001 | 1011001 |
Color Harmonies of #D6C6FE
Complementary color
Monochromatic Colors of #D6C6FE
Black with #D6C6FE
Text Example
Text Example
White with #D6C6FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C6FE; }
p { color: rgb(214,198,254); }
H1.HeaderClassName
{
color: #D6C6FE;
}
.AnyTagClassName
{
color: #D6C6FE;
}
</style>
background-color css
<style>
a { background-color: #D6C6FE; }
a { background-color: rgb(214,198,254); }
div.DivClassName
{
background-color: #D6C6FE;
}
.BgClassName
{
background-color: #D6C6FE;
}
</style>
border-color css
<style>
span { border-color: #D6C6FE; }
span { border-color: rgb(214,198,254); }
td.TdClassName
{
border-color: #D6C6FE;
}
.TagClassName
{
border-color: #D6C6FE;
}
</style>