Shades of Fog #DEC7FB
Tints of Fog #DEC7FB
RGB
CMYK
RGB Variations
Color information
#DEC7FB (or 0xDEC7FB) is known color: Fog. HEX triplet: DE, C7 and FB. RGB value is (222,199,251). Sum of RGB (Red+Green+Blue) = 222+199+251=672 (89% of max value = 765). Red value is 222 (87.11% from 255 or 33.04% from 672); Green value is 199 (78.12% from 255 or 29.61% from 672); Blue value is 251 (98.44% from 255 or 37.35% from 672); Max value from RGB is 251 - color contains mainly: blue. Hex color #DEC7FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEC7FB is #213804. Grayscale: #D3D3D3. Windows color (decimal): -2177029 or 16500702. OLE color: 16500702.
HSL color Cylindrical-coordinate representation of color #DEC7FB: hue angle of 266.54º degrees, saturation: 0.87, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DEC7FB is Cyan = 0.12, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 222 | 199 | 251 | - |
| CMYK | 0.12 | 0.21 | 0 | 0.02 |
| HSL | 266.54º | 0.87% | 0.88% | - |
| HSV(B) | 266.54º | 0.21% | 0.98% | - |
| XYZ | 67.96 | 63.34 | 99.91 | - |
| YUV | 211.81 | 150.12 | 135.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 199 | 251 | 0.12 | 0.21 | 0 | 0.02 | 266.54 | 0.87 | 0.88 |
| Hex | DE | C7 | FB | C | 15 | 0 | 2 | 10B | 57 | 58 |
| Octal | 336 | 307 | 373 | 14 | 25 | 0 | 2 | 413 | 127 | 130 |
| Binary | 11011110 | 11000111 | 11111011 | 1100 | 10101 | 0 | 10 | 100001011 | 1010111 | 1011000 |
Color Harmonies of #DEC7FB
Complementary color
Monochromatic Colors of #DEC7FB
Black with #DEC7FB
Text Example
Text Example
White with #DEC7FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC7FB; }
p { color: rgb(222,199,251); }
H1.HeaderClassName
{
color: #DEC7FB;
}
.AnyTagClassName
{
color: #DEC7FB;
}
</style>
background-color css
<style>
a { background-color: #DEC7FB; }
a { background-color: rgb(222,199,251); }
div.DivClassName
{
background-color: #DEC7FB;
}
.BgClassName
{
background-color: #DEC7FB;
}
</style>
border-color css
<style>
span { border-color: #DEC7FB; }
span { border-color: rgb(222,199,251); }
td.TdClassName
{
border-color: #DEC7FB;
}
.TagClassName
{
border-color: #DEC7FB;
}
</style>