Shades of Fog #D7C0F1
Tints of Fog #D7C0F1
RGB
CMYK
RGB Variations
Color information
#D7C0F1 (or 0xD7C0F1) is known color: Fog. HEX triplet: D7, C0 and F1. RGB value is (215,192,241). Sum of RGB (Red+Green+Blue) = 215+192+241=648 (85% of max value = 765). Red value is 215 (84.38% from 255 or 33.18% from 648); Green value is 192 (75.39% from 255 or 29.63% from 648); Blue value is 241 (94.53% from 255 or 37.19% from 648); Max value from RGB is 241 - color contains mainly: blue. Hex color #D7C0F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7C0F1 is #283F0E. Grayscale: #CCCCCC. Windows color (decimal): -2637583 or 15843543. OLE color: 15843543.
HSL color Cylindrical-coordinate representation of color #D7C0F1: hue angle of 268.16º degrees, saturation: 0.64, 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 #D7C0F1 is Cyan = 0.11, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 215 | 192 | 241 | - |
| CMYK | 0.11 | 0.20 | 0 | 0.05 |
| HSL | 268.16º | 0.64% | 0.85% | - |
| HSV(B) | 268.16º | 0.2% | 0.95% | - |
| XYZ | 62.75 | 58.5 | 91.2 | - |
| YUV | 204.46 | 148.62 | 135.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 192 | 241 | 0.11 | 0.20 | 0 | 0.05 | 268.16 | 0.64 | 0.85 |
| Hex | D7 | C0 | F1 | B | 14 | 0 | 5 | 10C | 40 | 55 |
| Octal | 327 | 300 | 361 | 13 | 24 | 0 | 5 | 414 | 100 | 125 |
| Binary | 11010111 | 11000000 | 11110001 | 1011 | 10100 | 0 | 101 | 100001100 | 1000000 | 1010101 |
Color Harmonies of #D7C0F1
Complementary color
Monochromatic Colors of #D7C0F1
Black with #D7C0F1
Text Example
Text Example
White with #D7C0F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7C0F1; }
p { color: rgb(215,192,241); }
H1.HeaderClassName
{
color: #D7C0F1;
}
.AnyTagClassName
{
color: #D7C0F1;
}
</style>
background-color css
<style>
a { background-color: #D7C0F1; }
a { background-color: rgb(215,192,241); }
div.DivClassName
{
background-color: #D7C0F1;
}
.BgClassName
{
background-color: #D7C0F1;
}
</style>
border-color css
<style>
span { border-color: #D7C0F1; }
span { border-color: rgb(215,192,241); }
td.TdClassName
{
border-color: #D7C0F1;
}
.TagClassName
{
border-color: #D7C0F1;
}
</style>