Shades of Fog #D2C4F1
Tints of Fog #D2C4F1
RGB
CMYK
RGB Variations
Color information
#D2C4F1 (or 0xD2C4F1) is known color: Fog. HEX triplet: D2, C4 and F1. RGB value is (210,196,241). Sum of RGB (Red+Green+Blue) = 210+196+241=647 (85% of max value = 765). Red value is 210 (82.42% from 255 or 32.46% from 647); Green value is 196 (76.95% from 255 or 30.29% from 647); Blue value is 241 (94.53% from 255 or 37.25% from 647); Max value from RGB is 241 - color contains mainly: blue. Hex color #D2C4F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2C4F1 is #2D3B0E. Grayscale: #CDCDCD. Windows color (decimal): -2964239 or 15844562. OLE color: 15844562.
HSL color Cylindrical-coordinate representation of color #D2C4F1: hue angle of 258.67º degrees, saturation: 0.62, 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 #D2C4F1 is Cyan = 0.13, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 210 | 196 | 241 | - |
| CMYK | 0.13 | 0.19 | 0 | 0.05 |
| HSL | 258.67º | 0.62% | 0.86% | - |
| HSV(B) | 258.67º | 0.19% | 0.95% | - |
| XYZ | 62.2 | 59.53 | 91.43 | - |
| YUV | 205.32 | 148.14 | 131.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 196 | 241 | 0.13 | 0.19 | 0 | 0.05 | 258.67 | 0.62 | 0.86 |
| Hex | D2 | C4 | F1 | D | 13 | 0 | 5 | 103 | 3E | 56 |
| Octal | 322 | 304 | 361 | 15 | 23 | 0 | 5 | 403 | 76 | 126 |
| Binary | 11010010 | 11000100 | 11110001 | 1101 | 10011 | 0 | 101 | 100000011 | 111110 | 1010110 |
Color Harmonies of #D2C4F1
Complementary color
Monochromatic Colors of #D2C4F1
Black with #D2C4F1
Text Example
Text Example
White with #D2C4F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2C4F1; }
p { color: rgb(210,196,241); }
H1.HeaderClassName
{
color: #D2C4F1;
}
.AnyTagClassName
{
color: #D2C4F1;
}
</style>
background-color css
<style>
a { background-color: #D2C4F1; }
a { background-color: rgb(210,196,241); }
div.DivClassName
{
background-color: #D2C4F1;
}
.BgClassName
{
background-color: #D2C4F1;
}
</style>
border-color css
<style>
span { border-color: #D2C4F1; }
span { border-color: rgb(210,196,241); }
td.TdClassName
{
border-color: #D2C4F1;
}
.TagClassName
{
border-color: #D2C4F1;
}
</style>