Shades of Fog #DEC7F5
Tints of Fog #DEC7F5
RGB
CMYK
RGB Variations
Color information
#DEC7F5 (or 0xDEC7F5) is known color: Fog. HEX triplet: DE, C7 and F5. RGB value is (222,199,245). Sum of RGB (Red+Green+Blue) = 222+199+245=666 (88% of max value = 765). Red value is 222 (87.11% from 255 or 33.33% from 666); Green value is 199 (78.12% from 255 or 29.88% from 666); Blue value is 245 (96.09% from 255 or 36.79% from 666); Max value from RGB is 245 - color contains mainly: blue. Hex color #DEC7F5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEC7F5 is #21380A. Grayscale: #D2D2D2. Windows color (decimal): -2177035 or 16107486. OLE color: 16107486.
HSL color Cylindrical-coordinate representation of color #DEC7F5: hue angle of 270º degrees, saturation: 0.7, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DEC7F5 is Cyan = 0.09, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 222 | 199 | 245 | - |
| CMYK | 0.09 | 0.19 | 0 | 0.04 |
| HSL | 270º | 0.7% | 0.87% | - |
| HSV(B) | 270º | 0.19% | 0.96% | - |
| XYZ | 67.03 | 62.97 | 95.01 | - |
| YUV | 211.12 | 147.12 | 135.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 199 | 245 | 0.09 | 0.19 | 0 | 0.04 | 270 | 0.7 | 0.87 |
| Hex | DE | C7 | F5 | 9 | 13 | 0 | 4 | 10E | 46 | 57 |
| Octal | 336 | 307 | 365 | 11 | 23 | 0 | 4 | 416 | 106 | 127 |
| Binary | 11011110 | 11000111 | 11110101 | 1001 | 10011 | 0 | 100 | 100001110 | 1000110 | 1010111 |
Color Harmonies of #DEC7F5
Complementary color
Monochromatic Colors of #DEC7F5
Black with #DEC7F5
Text Example
Text Example
White with #DEC7F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC7F5; }
p { color: rgb(222,199,245); }
H1.HeaderClassName
{
color: #DEC7F5;
}
.AnyTagClassName
{
color: #DEC7F5;
}
</style>
background-color css
<style>
a { background-color: #DEC7F5; }
a { background-color: rgb(222,199,245); }
div.DivClassName
{
background-color: #DEC7F5;
}
.BgClassName
{
background-color: #DEC7F5;
}
</style>
border-color css
<style>
span { border-color: #DEC7F5; }
span { border-color: rgb(222,199,245); }
td.TdClassName
{
border-color: #DEC7F5;
}
.TagClassName
{
border-color: #DEC7F5;
}
</style>