Shades of Fog #DDCEF2
Tints of Fog #DDCEF2
RGB
CMYK
RGB Variations
Color information
#DDCEF2 (or 0xDDCEF2) is known color: Fog. HEX triplet: DD, CE and F2. RGB value is (221,206,242). Sum of RGB (Red+Green+Blue) = 221+206+242=669 (88% of max value = 765). Red value is 221 (86.72% from 255 or 33.03% from 669); Green value is 206 (80.86% from 255 or 30.79% from 669); Blue value is 242 (94.92% from 255 or 36.17% from 669); Max value from RGB is 242 - color contains mainly: blue. Hex color #DDCEF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDCEF2 is #22310D. Grayscale: #D6D6D6. Windows color (decimal): -2240782 or 15912669. OLE color: 15912669.
HSL color Cylindrical-coordinate representation of color #DDCEF2: hue angle of 265º degrees, saturation: 0.58, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DDCEF2 is Cyan = 0.09, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 206 | 242 | - |
| CMYK | 0.09 | 0.15 | 0 | 0.05 |
| HSL | 265º | 0.58% | 0.88% | - |
| HSV(B) | 265º | 0.15% | 0.95% | - |
| XYZ | 67.92 | 65.93 | 93.15 | - |
| YUV | 214.59 | 143.47 | 132.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 206 | 242 | 0.09 | 0.15 | 0 | 0.05 | 265 | 0.58 | 0.88 |
| Hex | DD | CE | F2 | 9 | F | 0 | 5 | 109 | 3A | 58 |
| Octal | 335 | 316 | 362 | 11 | 17 | 0 | 5 | 411 | 72 | 130 |
| Binary | 11011101 | 11001110 | 11110010 | 1001 | 1111 | 0 | 101 | 100001001 | 111010 | 1011000 |
Color Harmonies of #DDCEF2
Complementary color
Monochromatic Colors of #DDCEF2
Black with #DDCEF2
Text Example
Text Example
White with #DDCEF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCEF2; }
p { color: rgb(221,206,242); }
H1.HeaderClassName
{
color: #DDCEF2;
}
.AnyTagClassName
{
color: #DDCEF2;
}
</style>
background-color css
<style>
a { background-color: #DDCEF2; }
a { background-color: rgb(221,206,242); }
div.DivClassName
{
background-color: #DDCEF2;
}
.BgClassName
{
background-color: #DDCEF2;
}
</style>
border-color css
<style>
span { border-color: #DDCEF2; }
span { border-color: rgb(221,206,242); }
td.TdClassName
{
border-color: #DDCEF2;
}
.TagClassName
{
border-color: #DDCEF2;
}
</style>