Shades of Fog #DEC7FF
Tints of Fog #DEC7FF
RGB
CMYK
RGB Variations
Color information
#DEC7FF (or 0xDEC7FF) is known color: Fog. HEX triplet: DE, C7 and FF. RGB value is (222,199,255). Sum of RGB (Red+Green+Blue) = 222+199+255=676 (89% of max value = 765). Red value is 222 (87.11% from 255 or 32.84% from 676); Green value is 199 (78.12% from 255 or 29.44% from 676); Blue value is 255 (100% from 255 or 37.72% from 676); Max value from RGB is 255 - color contains mainly: blue. Hex color #DEC7FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEC7FF is #213800. Grayscale: #D4D4D4. Windows color (decimal): -2177025 or 16762846. OLE color: 16762846.
HSL color Cylindrical-coordinate representation of color #DEC7FF: hue angle of 264.64º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DEC7FF is Cyan = 0.13, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 222 | 199 | 255 | - |
| CMYK | 0.13 | 0.22 | 0 | 0 |
| HSL | 264.64º | 1% | 0.89% | - |
| HSV(B) | 264.64º | 0.22% | 1% | - |
| XYZ | 68.6 | 63.6 | 103.27 | - |
| YUV | 212.26 | 152.12 | 134.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 199 | 255 | 0.13 | 0.22 | 0 | 0 | 264.64 | 1 | 0.89 |
| Hex | DE | C7 | FF | D | 16 | 0 | 0 | 109 | 64 | 59 |
| Octal | 336 | 307 | 377 | 15 | 26 | 0 | 0 | 411 | 144 | 131 |
| Binary | 11011110 | 11000111 | 11111111 | 1101 | 10110 | 0 | 0 | 100001001 | 1100100 | 1011001 |
Color Harmonies of #DEC7FF
Complementary color
Monochromatic Colors of #DEC7FF
Black with #DEC7FF
Text Example
Text Example
White with #DEC7FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC7FF; }
p { color: rgb(222,199,255); }
H1.HeaderClassName
{
color: #DEC7FF;
}
.AnyTagClassName
{
color: #DEC7FF;
}
</style>
background-color css
<style>
a { background-color: #DEC7FF; }
a { background-color: rgb(222,199,255); }
div.DivClassName
{
background-color: #DEC7FF;
}
.BgClassName
{
background-color: #DEC7FF;
}
</style>
border-color css
<style>
span { border-color: #DEC7FF; }
span { border-color: rgb(222,199,255); }
td.TdClassName
{
border-color: #DEC7FF;
}
.TagClassName
{
border-color: #DEC7FF;
}
</style>