Shades of Fog #D7C2F4
Tints of Fog #D7C2F4
RGB
CMYK
RGB Variations
Color information
#D7C2F4 (or 0xD7C2F4) is known color: Fog. HEX triplet: D7, C2 and F4. RGB value is (215,194,244). Sum of RGB (Red+Green+Blue) = 215+194+244=653 (86% of max value = 765). Red value is 215 (84.38% from 255 or 32.92% from 653); Green value is 194 (76.17% from 255 or 29.71% from 653); Blue value is 244 (95.70% from 255 or 37.37% from 653); Max value from RGB is 244 - color contains mainly: blue. Hex color #D7C2F4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7C2F4 is #283D0B. Grayscale: #CDCDCD. Windows color (decimal): -2637068 or 16040663. OLE color: 16040663.
HSL color Cylindrical-coordinate representation of color #D7C2F4: hue angle of 265.2º degrees, saturation: 0.69, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D7C2F4 is Cyan = 0.12, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 215 | 194 | 244 | - |
| CMYK | 0.12 | 0.20 | 0 | 0.04 |
| HSL | 265.2º | 0.69% | 0.86% | - |
| HSV(B) | 265.2º | 0.2% | 0.96% | - |
| XYZ | 63.65 | 59.56 | 93.73 | - |
| YUV | 205.98 | 149.46 | 134.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 194 | 244 | 0.12 | 0.20 | 0 | 0.04 | 265.2 | 0.69 | 0.86 |
| Hex | D7 | C2 | F4 | C | 14 | 0 | 4 | 109 | 45 | 56 |
| Octal | 327 | 302 | 364 | 14 | 24 | 0 | 4 | 411 | 105 | 126 |
| Binary | 11010111 | 11000010 | 11110100 | 1100 | 10100 | 0 | 100 | 100001001 | 1000101 | 1010110 |
Color Harmonies of #D7C2F4
Complementary color
Monochromatic Colors of #D7C2F4
Black with #D7C2F4
Text Example
Text Example
White with #D7C2F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7C2F4; }
p { color: rgb(215,194,244); }
H1.HeaderClassName
{
color: #D7C2F4;
}
.AnyTagClassName
{
color: #D7C2F4;
}
</style>
background-color css
<style>
a { background-color: #D7C2F4; }
a { background-color: rgb(215,194,244); }
div.DivClassName
{
background-color: #D7C2F4;
}
.BgClassName
{
background-color: #D7C2F4;
}
</style>
border-color css
<style>
span { border-color: #D7C2F4; }
span { border-color: rgb(215,194,244); }
td.TdClassName
{
border-color: #D7C2F4;
}
.TagClassName
{
border-color: #D7C2F4;
}
</style>