Shades of Fog #D6C0FB
Tints of Fog #D6C0FB
RGB
CMYK
RGB Variations
Color information
#D6C0FB (or 0xD6C0FB) is known color: Fog. HEX triplet: D6, C0 and FB. RGB value is (214,192,251). Sum of RGB (Red+Green+Blue) = 214+192+251=657 (87% of max value = 765). Red value is 214 (83.98% from 255 or 32.57% from 657); Green value is 192 (75.39% from 255 or 29.22% from 657); Blue value is 251 (98.44% from 255 or 38.20% from 657); Max value from RGB is 251 - color contains mainly: blue. Hex color #D6C0FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6C0FB is #293F04. Grayscale: #CDCDCD. Windows color (decimal): -2703109 or 16498902. OLE color: 16498902.
HSL color Cylindrical-coordinate representation of color #D6C0FB: hue angle of 262.37º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D6C0FB is Cyan = 0.15, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 214 | 192 | 251 | - |
| CMYK | 0.15 | 0.24 | 0 | 0.02 |
| HSL | 262.37º | 0.88% | 0.87% | - |
| HSV(B) | 262.37º | 0.24% | 0.98% | - |
| XYZ | 63.99 | 58.96 | 99.27 | - |
| YUV | 205.3 | 153.79 | 134.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 192 | 251 | 0.15 | 0.24 | 0 | 0.02 | 262.37 | 0.88 | 0.87 |
| Hex | D6 | C0 | FB | F | 18 | 0 | 2 | 106 | 58 | 57 |
| Octal | 326 | 300 | 373 | 17 | 30 | 0 | 2 | 406 | 130 | 127 |
| Binary | 11010110 | 11000000 | 11111011 | 1111 | 11000 | 0 | 10 | 100000110 | 1011000 | 1010111 |
Color Harmonies of #D6C0FB
Complementary color
Monochromatic Colors of #D6C0FB
Black with #D6C0FB
Text Example
Text Example
White with #D6C0FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C0FB; }
p { color: rgb(214,192,251); }
H1.HeaderClassName
{
color: #D6C0FB;
}
.AnyTagClassName
{
color: #D6C0FB;
}
</style>
background-color css
<style>
a { background-color: #D6C0FB; }
a { background-color: rgb(214,192,251); }
div.DivClassName
{
background-color: #D6C0FB;
}
.BgClassName
{
background-color: #D6C0FB;
}
</style>
border-color css
<style>
span { border-color: #D6C0FB; }
span { border-color: rgb(214,192,251); }
td.TdClassName
{
border-color: #D6C0FB;
}
.TagClassName
{
border-color: #D6C0FB;
}
</style>