Shades of Fog #DDCEF5
Tints of Fog #DDCEF5
RGB
CMYK
RGB Variations
Color information
#DDCEF5 (or 0xDDCEF5) is known color: Fog. HEX triplet: DD, CE and F5. RGB value is (221,206,245). Sum of RGB (Red+Green+Blue) = 221+206+245=672 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.89% from 672); Green value is 206 (80.86% from 255 or 30.65% from 672); Blue value is 245 (96.09% from 255 or 36.46% from 672); Max value from RGB is 245 - color contains mainly: blue. Hex color #DDCEF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDCEF5 is #22310A. Grayscale: #D6D6D6. Windows color (decimal): -2240779 or 16109277. OLE color: 16109277.
HSL color Cylindrical-coordinate representation of color #DDCEF5: hue angle of 263.08º degrees, saturation: 0.66, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DDCEF5 is Cyan = 0.10, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 221 | 206 | 245 | - |
| CMYK | 0.10 | 0.16 | 0 | 0.04 |
| HSL | 263.08º | 0.66% | 0.88% | - |
| HSV(B) | 263.08º | 0.16% | 0.96% | - |
| XYZ | 68.37 | 66.11 | 95.54 | - |
| YUV | 214.93 | 144.97 | 132.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 206 | 245 | 0.10 | 0.16 | 0 | 0.04 | 263.08 | 0.66 | 0.88 |
| Hex | DD | CE | F5 | A | 10 | 0 | 4 | 107 | 42 | 58 |
| Octal | 335 | 316 | 365 | 12 | 20 | 0 | 4 | 407 | 102 | 130 |
| Binary | 11011101 | 11001110 | 11110101 | 1010 | 10000 | 0 | 100 | 100000111 | 1000010 | 1011000 |
Color Harmonies of #DDCEF5
Complementary color
Monochromatic Colors of #DDCEF5
Black with #DDCEF5
Text Example
Text Example
White with #DDCEF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCEF5; }
p { color: rgb(221,206,245); }
H1.HeaderClassName
{
color: #DDCEF5;
}
.AnyTagClassName
{
color: #DDCEF5;
}
</style>
background-color css
<style>
a { background-color: #DDCEF5; }
a { background-color: rgb(221,206,245); }
div.DivClassName
{
background-color: #DDCEF5;
}
.BgClassName
{
background-color: #DDCEF5;
}
</style>
border-color css
<style>
span { border-color: #DDCEF5; }
span { border-color: rgb(221,206,245); }
td.TdClassName
{
border-color: #DDCEF5;
}
.TagClassName
{
border-color: #DDCEF5;
}
</style>