Shades of Fog #DEC5F1
Tints of Fog #DEC5F1
RGB
CMYK
RGB Variations
Color information
#DEC5F1 (or 0xDEC5F1) is known color: Fog. HEX triplet: DE, C5 and F1. RGB value is (222,197,241). Sum of RGB (Red+Green+Blue) = 222+197+241=660 (87% of max value = 765). Red value is 222 (87.11% from 255 or 33.64% from 660); Green value is 197 (77.34% from 255 or 29.85% from 660); Blue value is 241 (94.53% from 255 or 36.52% from 660); Max value from RGB is 241 - color contains mainly: blue. Hex color #DEC5F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEC5F1 is #213A0E. Grayscale: #D1D1D1. Windows color (decimal): -2177551 or 15844830. OLE color: 15844830.
HSL color Cylindrical-coordinate representation of color #DEC5F1: hue angle of 274.09º degrees, saturation: 0.61, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DEC5F1 is Cyan = 0.08, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 222 | 197 | 241 | - |
| CMYK | 0.08 | 0.18 | 0 | 0.05 |
| HSL | 274.09º | 0.61% | 0.86% | - |
| HSV(B) | 274.09º | 0.18% | 0.95% | - |
| XYZ | 65.97 | 61.81 | 91.67 | - |
| YUV | 209.49 | 145.78 | 136.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 197 | 241 | 0.08 | 0.18 | 0 | 0.05 | 274.09 | 0.61 | 0.86 |
| Hex | DE | C5 | F1 | 8 | 12 | 0 | 5 | 112 | 3D | 56 |
| Octal | 336 | 305 | 361 | 10 | 22 | 0 | 5 | 422 | 75 | 126 |
| Binary | 11011110 | 11000101 | 11110001 | 1000 | 10010 | 0 | 101 | 100010010 | 111101 | 1010110 |
Color Harmonies of #DEC5F1
Complementary color
Monochromatic Colors of #DEC5F1
Black with #DEC5F1
Text Example
Text Example
White with #DEC5F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC5F1; }
p { color: rgb(222,197,241); }
H1.HeaderClassName
{
color: #DEC5F1;
}
.AnyTagClassName
{
color: #DEC5F1;
}
</style>
background-color css
<style>
a { background-color: #DEC5F1; }
a { background-color: rgb(222,197,241); }
div.DivClassName
{
background-color: #DEC5F1;
}
.BgClassName
{
background-color: #DEC5F1;
}
</style>
border-color css
<style>
span { border-color: #DEC5F1; }
span { border-color: rgb(222,197,241); }
td.TdClassName
{
border-color: #DEC5F1;
}
.TagClassName
{
border-color: #DEC5F1;
}
</style>