Shades of Fog #D2C3F6
Tints of Fog #D2C3F6
RGB
CMYK
RGB Variations
Color information
#D2C3F6 (or 0xD2C3F6) is known color: Fog. HEX triplet: D2, C3 and F6. RGB value is (210,195,246). Sum of RGB (Red+Green+Blue) = 210+195+246=651 (86% of max value = 765). Red value is 210 (82.42% from 255 or 32.26% from 651); Green value is 195 (76.56% from 255 or 29.95% from 651); Blue value is 246 (96.48% from 255 or 37.79% from 651); Max value from RGB is 246 - color contains mainly: blue. Hex color #D2C3F6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2C3F6 is #2D3C09. Grayscale: #CDCDCD. Windows color (decimal): -2964490 or 16171986. OLE color: 16171986.
HSL color Cylindrical-coordinate representation of color #D2C3F6: hue angle of 257.65º degrees, saturation: 0.74, 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 #D2C3F6 is Cyan = 0.15, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 210 | 195 | 246 | - |
| CMYK | 0.15 | 0.21 | 0 | 0.04 |
| HSL | 257.65º | 0.74% | 0.86% | - |
| HSV(B) | 257.65º | 0.21% | 0.96% | - |
| XYZ | 62.73 | 59.39 | 95.35 | - |
| YUV | 205.3 | 150.97 | 131.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 195 | 246 | 0.15 | 0.21 | 0 | 0.04 | 257.65 | 0.74 | 0.86 |
| Hex | D2 | C3 | F6 | F | 15 | 0 | 4 | 102 | 4A | 56 |
| Octal | 322 | 303 | 366 | 17 | 25 | 0 | 4 | 402 | 112 | 126 |
| Binary | 11010010 | 11000011 | 11110110 | 1111 | 10101 | 0 | 100 | 100000010 | 1001010 | 1010110 |
Color Harmonies of #D2C3F6
Complementary color
Monochromatic Colors of #D2C3F6
Black with #D2C3F6
Text Example
Text Example
White with #D2C3F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2C3F6; }
p { color: rgb(210,195,246); }
H1.HeaderClassName
{
color: #D2C3F6;
}
.AnyTagClassName
{
color: #D2C3F6;
}
</style>
background-color css
<style>
a { background-color: #D2C3F6; }
a { background-color: rgb(210,195,246); }
div.DivClassName
{
background-color: #D2C3F6;
}
.BgClassName
{
background-color: #D2C3F6;
}
</style>
border-color css
<style>
span { border-color: #D2C3F6; }
span { border-color: rgb(210,195,246); }
td.TdClassName
{
border-color: #D2C3F6;
}
.TagClassName
{
border-color: #D2C3F6;
}
</style>