Shades of Fog #D3C2F1
Tints of Fog #D3C2F1
RGB
CMYK
RGB Variations
Color information
#D3C2F1 (or 0xD3C2F1) is known color: Fog. HEX triplet: D3, C2 and F1. RGB value is (211,194,241). Sum of RGB (Red+Green+Blue) = 211+194+241=646 (85% of max value = 765). Red value is 211 (82.81% from 255 or 32.66% from 646); Green value is 194 (76.17% from 255 or 30.03% from 646); Blue value is 241 (94.53% from 255 or 37.31% from 646); Max value from RGB is 241 - color contains mainly: blue. Hex color #D3C2F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3C2F1 is #2C3D0E. Grayscale: #CCCCCC. Windows color (decimal): -2899215 or 15844051. OLE color: 15844051.
HSL color Cylindrical-coordinate representation of color #D3C2F1: hue angle of 261.7º degrees, saturation: 0.63, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D3C2F1 is Cyan = 0.12, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 211 | 194 | 241 | - |
| CMYK | 0.12 | 0.20 | 0 | 0.05 |
| HSL | 261.7º | 0.63% | 0.85% | - |
| HSV(B) | 261.7º | 0.2% | 0.95% | - |
| XYZ | 62.03 | 58.78 | 91.3 | - |
| YUV | 204.44 | 148.63 | 132.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 194 | 241 | 0.12 | 0.20 | 0 | 0.05 | 261.7 | 0.63 | 0.85 |
| Hex | D3 | C2 | F1 | C | 14 | 0 | 5 | 106 | 3F | 55 |
| Octal | 323 | 302 | 361 | 14 | 24 | 0 | 5 | 406 | 77 | 125 |
| Binary | 11010011 | 11000010 | 11110001 | 1100 | 10100 | 0 | 101 | 100000110 | 111111 | 1010101 |
Color Harmonies of #D3C2F1
Complementary color
Monochromatic Colors of #D3C2F1
Black with #D3C2F1
Text Example
Text Example
White with #D3C2F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3C2F1; }
p { color: rgb(211,194,241); }
H1.HeaderClassName
{
color: #D3C2F1;
}
.AnyTagClassName
{
color: #D3C2F1;
}
</style>
background-color css
<style>
a { background-color: #D3C2F1; }
a { background-color: rgb(211,194,241); }
div.DivClassName
{
background-color: #D3C2F1;
}
.BgClassName
{
background-color: #D3C2F1;
}
</style>
border-color css
<style>
span { border-color: #D3C2F1; }
span { border-color: rgb(211,194,241); }
td.TdClassName
{
border-color: #D3C2F1;
}
.TagClassName
{
border-color: #D3C2F1;
}
</style>