Shades of Fog #D2C1F4
Tints of Fog #D2C1F4
RGB
CMYK
RGB Variations
Color information
#D2C1F4 (or 0xD2C1F4) is known color: Fog. HEX triplet: D2, C1 and F4. RGB value is (210,193,244). Sum of RGB (Red+Green+Blue) = 210+193+244=647 (85% of max value = 765). Red value is 210 (82.42% from 255 or 32.46% from 647); Green value is 193 (75.78% from 255 or 29.83% from 647); Blue value is 244 (95.70% from 255 or 37.71% from 647); Max value from RGB is 244 - color contains mainly: blue. Hex color #D2C1F4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2C1F4 is #2D3E0B. Grayscale: #CBCBCB. Windows color (decimal): -2965004 or 16040402. OLE color: 16040402.
HSL color Cylindrical-coordinate representation of color #D2C1F4: hue angle of 260º degrees, saturation: 0.7, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D2C1F4 is Cyan = 0.14, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 210 | 193 | 244 | - |
| CMYK | 0.14 | 0.21 | 0 | 0.04 |
| HSL | 260º | 0.7% | 0.86% | - |
| HSV(B) | 260º | 0.21% | 0.96% | - |
| XYZ | 61.98 | 58.37 | 93.59 | - |
| YUV | 203.9 | 150.63 | 132.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 193 | 244 | 0.14 | 0.21 | 0 | 0.04 | 260 | 0.7 | 0.86 |
| Hex | D2 | C1 | F4 | E | 15 | 0 | 4 | 104 | 46 | 56 |
| Octal | 322 | 301 | 364 | 16 | 25 | 0 | 4 | 404 | 106 | 126 |
| Binary | 11010010 | 11000001 | 11110100 | 1110 | 10101 | 0 | 100 | 100000100 | 1000110 | 1010110 |
Color Harmonies of #D2C1F4
Complementary color
Monochromatic Colors of #D2C1F4
Black with #D2C1F4
Text Example
Text Example
White with #D2C1F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2C1F4; }
p { color: rgb(210,193,244); }
H1.HeaderClassName
{
color: #D2C1F4;
}
.AnyTagClassName
{
color: #D2C1F4;
}
</style>
background-color css
<style>
a { background-color: #D2C1F4; }
a { background-color: rgb(210,193,244); }
div.DivClassName
{
background-color: #D2C1F4;
}
.BgClassName
{
background-color: #D2C1F4;
}
</style>
border-color css
<style>
span { border-color: #D2C1F4; }
span { border-color: rgb(210,193,244); }
td.TdClassName
{
border-color: #D2C1F4;
}
.TagClassName
{
border-color: #D2C1F4;
}
</style>