Shades of Fog #DDCEF0
Tints of Fog #DDCEF0
RGB
CMYK
RGB Variations
Color information
#DDCEF0 (or 0xDDCEF0) is known color: Fog. HEX triplet: DD, CE and F0. RGB value is (221,206,240). Sum of RGB (Red+Green+Blue) = 221+206+240=667 (88% of max value = 765). Red value is 221 (86.72% from 255 or 33.13% from 667); Green value is 206 (80.86% from 255 or 30.88% from 667); Blue value is 240 (94.14% from 255 or 35.98% from 667); Max value from RGB is 240 - color contains mainly: blue. Hex color #DDCEF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDCEF0 is #22310F. Grayscale: #D6D6D6. Windows color (decimal): -2240784 or 15781597. OLE color: 15781597.
HSL color Cylindrical-coordinate representation of color #DDCEF0: hue angle of 266.47º degrees, saturation: 0.53, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DDCEF0 is Cyan = 0.08, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 221 | 206 | 240 | - |
| CMYK | 0.08 | 0.14 | 0 | 0.06 |
| HSL | 266.47º | 0.53% | 0.87% | - |
| HSV(B) | 266.47º | 0.14% | 0.94% | - |
| XYZ | 67.62 | 65.81 | 91.58 | - |
| YUV | 214.36 | 142.47 | 132.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 206 | 240 | 0.08 | 0.14 | 0 | 0.06 | 266.47 | 0.53 | 0.87 |
| Hex | DD | CE | F0 | 8 | E | 0 | 6 | 10A | 35 | 57 |
| Octal | 335 | 316 | 360 | 10 | 16 | 0 | 6 | 412 | 65 | 127 |
| Binary | 11011101 | 11001110 | 11110000 | 1000 | 1110 | 0 | 110 | 100001010 | 110101 | 1010111 |
Color Harmonies of #DDCEF0
Complementary color
Monochromatic Colors of #DDCEF0
Black with #DDCEF0
Text Example
Text Example
White with #DDCEF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCEF0; }
p { color: rgb(221,206,240); }
H1.HeaderClassName
{
color: #DDCEF0;
}
.AnyTagClassName
{
color: #DDCEF0;
}
</style>
background-color css
<style>
a { background-color: #DDCEF0; }
a { background-color: rgb(221,206,240); }
div.DivClassName
{
background-color: #DDCEF0;
}
.BgClassName
{
background-color: #DDCEF0;
}
</style>
border-color css
<style>
span { border-color: #DDCEF0; }
span { border-color: rgb(221,206,240); }
td.TdClassName
{
border-color: #DDCEF0;
}
.TagClassName
{
border-color: #DDCEF0;
}
</style>