Shades of Fog #D6C0FE
Tints of Fog #D6C0FE
RGB
CMYK
RGB Variations
Color information
#D6C0FE (or 0xD6C0FE) is known color: Fog. HEX triplet: D6, C0 and FE. RGB value is (214,192,254). Sum of RGB (Red+Green+Blue) = 214+192+254=660 (87% of max value = 765). Red value is 214 (83.98% from 255 or 32.42% from 660); Green value is 192 (75.39% from 255 or 29.09% from 660); Blue value is 254 (99.61% from 255 or 38.48% from 660); Max value from RGB is 254 - color contains mainly: blue. Hex color #D6C0FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6C0FE is #293F01. Grayscale: #CDCDCD. Windows color (decimal): -2703106 or 16695510. OLE color: 16695510.
HSL color Cylindrical-coordinate representation of color #D6C0FE: hue angle of 261.29º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D6C0FE is Cyan = 0.16, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 214 | 192 | 254 | - |
| CMYK | 0.16 | 0.24 | 0 | 0.00 |
| HSL | 261.29º | 0.97% | 0.87% | - |
| HSV(B) | 261.29º | 0.24% | 1% | - |
| XYZ | 64.47 | 59.15 | 101.79 | - |
| YUV | 205.65 | 155.29 | 133.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 192 | 254 | 0.16 | 0.24 | 0 | 0.00 | 261.29 | 0.97 | 0.87 |
| Hex | D6 | C0 | FE | 10 | 18 | 0 | 0 | 105 | 61 | 57 |
| Octal | 326 | 300 | 376 | 20 | 30 | 0 | 0 | 405 | 141 | 127 |
| Binary | 11010110 | 11000000 | 11111110 | 10000 | 11000 | 0 | 0 | 100000101 | 1100001 | 1010111 |
Color Harmonies of #D6C0FE
Complementary color
Monochromatic Colors of #D6C0FE
Black with #D6C0FE
Text Example
Text Example
White with #D6C0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C0FE; }
p { color: rgb(214,192,254); }
H1.HeaderClassName
{
color: #D6C0FE;
}
.AnyTagClassName
{
color: #D6C0FE;
}
</style>
background-color css
<style>
a { background-color: #D6C0FE; }
a { background-color: rgb(214,192,254); }
div.DivClassName
{
background-color: #D6C0FE;
}
.BgClassName
{
background-color: #D6C0FE;
}
</style>
border-color css
<style>
span { border-color: #D6C0FE; }
span { border-color: rgb(214,192,254); }
td.TdClassName
{
border-color: #D6C0FE;
}
.TagClassName
{
border-color: #D6C0FE;
}
</style>