Shades of Fog #D6C3FA
Tints of Fog #D6C3FA
RGB
CMYK
RGB Variations
Color information
#D6C3FA (or 0xD6C3FA) is known color: Fog. HEX triplet: D6, C3 and FA. RGB value is (214,195,250). Sum of RGB (Red+Green+Blue) = 214+195+250=659 (87% of max value = 765). Red value is 214 (83.98% from 255 or 32.47% from 659); Green value is 195 (76.56% from 255 or 29.59% from 659); Blue value is 250 (98.05% from 255 or 37.94% from 659); Max value from RGB is 250 - color contains mainly: blue. Hex color #D6C3FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6C3FA is #293C05. Grayscale: #CECECE. Windows color (decimal): -2702342 or 16434134. OLE color: 16434134.
HSL color Cylindrical-coordinate representation of color #D6C3FA: hue angle of 260.73º degrees, saturation: 0.85, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D6C3FA is Cyan = 0.14, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 214 | 195 | 250 | - |
| CMYK | 0.14 | 0.22 | 0 | 0.02 |
| HSL | 260.73º | 0.85% | 0.87% | - |
| HSV(B) | 260.73º | 0.22% | 0.98% | - |
| XYZ | 64.5 | 60.23 | 98.67 | - |
| YUV | 206.95 | 152.29 | 133.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 195 | 250 | 0.14 | 0.22 | 0 | 0.02 | 260.73 | 0.85 | 0.87 |
| Hex | D6 | C3 | FA | E | 16 | 0 | 2 | 105 | 55 | 57 |
| Octal | 326 | 303 | 372 | 16 | 26 | 0 | 2 | 405 | 125 | 127 |
| Binary | 11010110 | 11000011 | 11111010 | 1110 | 10110 | 0 | 10 | 100000101 | 1010101 | 1010111 |
Color Harmonies of #D6C3FA
Complementary color
Monochromatic Colors of #D6C3FA
Black with #D6C3FA
Text Example
Text Example
White with #D6C3FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C3FA; }
p { color: rgb(214,195,250); }
H1.HeaderClassName
{
color: #D6C3FA;
}
.AnyTagClassName
{
color: #D6C3FA;
}
</style>
background-color css
<style>
a { background-color: #D6C3FA; }
a { background-color: rgb(214,195,250); }
div.DivClassName
{
background-color: #D6C3FA;
}
.BgClassName
{
background-color: #D6C3FA;
}
</style>
border-color css
<style>
span { border-color: #D6C3FA; }
span { border-color: rgb(214,195,250); }
td.TdClassName
{
border-color: #D6C3FA;
}
.TagClassName
{
border-color: #D6C3FA;
}
</style>