Shades of Fog #D3C6F3
Tints of Fog #D3C6F3
RGB
CMYK
RGB Variations
Color information
#D3C6F3 (or 0xD3C6F3) is known color: Fog. HEX triplet: D3, C6 and F3. RGB value is (211,198,243). Sum of RGB (Red+Green+Blue) = 211+198+243=652 (86% of max value = 765). Red value is 211 (82.81% from 255 or 32.36% from 652); Green value is 198 (77.73% from 255 or 30.37% from 652); Blue value is 243 (95.31% from 255 or 37.27% from 652); Max value from RGB is 243 - color contains mainly: blue. Hex color #D3C6F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3C6F3 is #2C390C. Grayscale: #CECECE. Windows color (decimal): -2898189 or 15976147. OLE color: 15976147.
HSL color Cylindrical-coordinate representation of color #D3C6F3: hue angle of 257.33º degrees, saturation: 0.65, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D3C6F3 is Cyan = 0.13, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 211 | 198 | 243 | - |
| CMYK | 0.13 | 0.19 | 0 | 0.05 |
| HSL | 257.33º | 0.65% | 0.86% | - |
| HSV(B) | 257.33º | 0.19% | 0.95% | - |
| XYZ | 63.24 | 60.71 | 93.18 | - |
| YUV | 207.02 | 148.31 | 130.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 198 | 243 | 0.13 | 0.19 | 0 | 0.05 | 257.33 | 0.65 | 0.86 |
| Hex | D3 | C6 | F3 | D | 13 | 0 | 5 | 101 | 41 | 56 |
| Octal | 323 | 306 | 363 | 15 | 23 | 0 | 5 | 401 | 101 | 126 |
| Binary | 11010011 | 11000110 | 11110011 | 1101 | 10011 | 0 | 101 | 100000001 | 1000001 | 1010110 |
Color Harmonies of #D3C6F3
Complementary color
Monochromatic Colors of #D3C6F3
Black with #D3C6F3
Text Example
Text Example
White with #D3C6F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3C6F3; }
p { color: rgb(211,198,243); }
H1.HeaderClassName
{
color: #D3C6F3;
}
.AnyTagClassName
{
color: #D3C6F3;
}
</style>
background-color css
<style>
a { background-color: #D3C6F3; }
a { background-color: rgb(211,198,243); }
div.DivClassName
{
background-color: #D3C6F3;
}
.BgClassName
{
background-color: #D3C6F3;
}
</style>
border-color css
<style>
span { border-color: #D3C6F3; }
span { border-color: rgb(211,198,243); }
td.TdClassName
{
border-color: #D3C6F3;
}
.TagClassName
{
border-color: #D3C6F3;
}
</style>