Shades of Fog #D6C0F2
Tints of Fog #D6C0F2
RGB
CMYK
RGB Variations
Color information
#D6C0F2 (or 0xD6C0F2) is known color: Fog. HEX triplet: D6, C0 and F2. RGB value is (214,192,242). Sum of RGB (Red+Green+Blue) = 214+192+242=648 (85% of max value = 765). Red value is 214 (83.98% from 255 or 33.02% from 648); Green value is 192 (75.39% from 255 or 29.63% from 648); Blue value is 242 (94.92% from 255 or 37.35% from 648); Max value from RGB is 242 - color contains mainly: blue. Hex color #D6C0F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6C0F2 is #293F0D. Grayscale: #CCCCCC. Windows color (decimal): -2703118 or 15909078. OLE color: 15909078.
HSL color Cylindrical-coordinate representation of color #D6C0F2: hue angle of 266.4º degrees, saturation: 0.66, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D6C0F2 is Cyan = 0.12, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 214 | 192 | 242 | - |
| CMYK | 0.12 | 0.21 | 0 | 0.05 |
| HSL | 266.4º | 0.66% | 0.85% | - |
| HSV(B) | 266.4º | 0.21% | 0.95% | - |
| XYZ | 62.61 | 58.41 | 91.98 | - |
| YUV | 204.28 | 149.29 | 134.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 192 | 242 | 0.12 | 0.21 | 0 | 0.05 | 266.4 | 0.66 | 0.85 |
| Hex | D6 | C0 | F2 | C | 15 | 0 | 5 | 10A | 42 | 55 |
| Octal | 326 | 300 | 362 | 14 | 25 | 0 | 5 | 412 | 102 | 125 |
| Binary | 11010110 | 11000000 | 11110010 | 1100 | 10101 | 0 | 101 | 100001010 | 1000010 | 1010101 |
Color Harmonies of #D6C0F2
Complementary color
Monochromatic Colors of #D6C0F2
Black with #D6C0F2
Text Example
Text Example
White with #D6C0F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C0F2; }
p { color: rgb(214,192,242); }
H1.HeaderClassName
{
color: #D6C0F2;
}
.AnyTagClassName
{
color: #D6C0F2;
}
</style>
background-color css
<style>
a { background-color: #D6C0F2; }
a { background-color: rgb(214,192,242); }
div.DivClassName
{
background-color: #D6C0F2;
}
.BgClassName
{
background-color: #D6C0F2;
}
</style>
border-color css
<style>
span { border-color: #D6C0F2; }
span { border-color: rgb(214,192,242); }
td.TdClassName
{
border-color: #D6C0F2;
}
.TagClassName
{
border-color: #D6C0F2;
}
</style>