Shades of Fog #D6C2FB
Tints of Fog #D6C2FB
RGB
CMYK
RGB Variations
Color information
#D6C2FB (or 0xD6C2FB) is known color: Fog. HEX triplet: D6, C2 and FB. RGB value is (214,194,251). Sum of RGB (Red+Green+Blue) = 214+194+251=659 (87% of max value = 765). Red value is 214 (83.98% from 255 or 32.47% from 659); Green value is 194 (76.17% from 255 or 29.44% from 659); Blue value is 251 (98.44% from 255 or 38.09% from 659); Max value from RGB is 251 - color contains mainly: blue. Hex color #D6C2FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6C2FB is #293D04. Grayscale: #CECECE. Windows color (decimal): -2702597 or 16499414. OLE color: 16499414.
HSL color Cylindrical-coordinate representation of color #D6C2FB: hue angle of 261.05º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D6C2FB is Cyan = 0.15, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 214 | 194 | 251 | - |
| CMYK | 0.15 | 0.23 | 0 | 0.02 |
| HSL | 261.05º | 0.88% | 0.87% | - |
| HSV(B) | 261.05º | 0.23% | 0.98% | - |
| XYZ | 64.44 | 59.84 | 99.42 | - |
| YUV | 206.48 | 153.13 | 133.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 194 | 251 | 0.15 | 0.23 | 0 | 0.02 | 261.05 | 0.88 | 0.87 |
| Hex | D6 | C2 | FB | F | 17 | 0 | 2 | 105 | 58 | 57 |
| Octal | 326 | 302 | 373 | 17 | 27 | 0 | 2 | 405 | 130 | 127 |
| Binary | 11010110 | 11000010 | 11111011 | 1111 | 10111 | 0 | 10 | 100000101 | 1011000 | 1010111 |
Color Harmonies of #D6C2FB
Complementary color
Monochromatic Colors of #D6C2FB
Black with #D6C2FB
Text Example
Text Example
White with #D6C2FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C2FB; }
p { color: rgb(214,194,251); }
H1.HeaderClassName
{
color: #D6C2FB;
}
.AnyTagClassName
{
color: #D6C2FB;
}
</style>
background-color css
<style>
a { background-color: #D6C2FB; }
a { background-color: rgb(214,194,251); }
div.DivClassName
{
background-color: #D6C2FB;
}
.BgClassName
{
background-color: #D6C2FB;
}
</style>
border-color css
<style>
span { border-color: #D6C2FB; }
span { border-color: rgb(214,194,251); }
td.TdClassName
{
border-color: #D6C2FB;
}
.TagClassName
{
border-color: #D6C2FB;
}
</style>