Shades of Fog #D3C6FA
Tints of Fog #D3C6FA
RGB
CMYK
RGB Variations
Color information
#D3C6FA (or 0xD3C6FA) is known color: Fog. HEX triplet: D3, C6 and FA. RGB value is (211,198,250). Sum of RGB (Red+Green+Blue) = 211+198+250=659 (87% of max value = 765). Red value is 211 (82.81% from 255 or 32.02% from 659); Green value is 198 (77.73% from 255 or 30.05% 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 #D3C6FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3C6FA is #2C3905. Grayscale: #CFCFCF. Windows color (decimal): -2898182 or 16434899. OLE color: 16434899.
HSL color Cylindrical-coordinate representation of color #D3C6FA: hue angle of 255º degrees, saturation: 0.84, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D3C6FA is Cyan = 0.16, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 211 | 198 | 250 | - |
| CMYK | 0.16 | 0.21 | 0 | 0.02 |
| HSL | 255º | 0.84% | 0.88% | - |
| HSV(B) | 255º | 0.21% | 0.98% | - |
| XYZ | 64.31 | 61.14 | 98.85 | - |
| YUV | 207.82 | 151.81 | 130.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 198 | 250 | 0.16 | 0.21 | 0 | 0.02 | 255 | 0.84 | 0.88 |
| Hex | D3 | C6 | FA | 10 | 15 | 0 | 2 | FF | 54 | 58 |
| Octal | 323 | 306 | 372 | 20 | 25 | 0 | 2 | 377 | 124 | 130 |
| Binary | 11010011 | 11000110 | 11111010 | 10000 | 10101 | 0 | 10 | 11111111 | 1010100 | 1011000 |
Color Harmonies of #D3C6FA
Complementary color
Monochromatic Colors of #D3C6FA
Black with #D3C6FA
Text Example
Text Example
White with #D3C6FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3C6FA; }
p { color: rgb(211,198,250); }
H1.HeaderClassName
{
color: #D3C6FA;
}
.AnyTagClassName
{
color: #D3C6FA;
}
</style>
background-color css
<style>
a { background-color: #D3C6FA; }
a { background-color: rgb(211,198,250); }
div.DivClassName
{
background-color: #D3C6FA;
}
.BgClassName
{
background-color: #D3C6FA;
}
</style>
border-color css
<style>
span { border-color: #D3C6FA; }
span { border-color: rgb(211,198,250); }
td.TdClassName
{
border-color: #D3C6FA;
}
.TagClassName
{
border-color: #D3C6FA;
}
</style>