Shades of Fog #DDCEFA
Tints of Fog #DDCEFA
RGB
CMYK
RGB Variations
Color information
#DDCEFA (or 0xDDCEFA) is known color: Fog. HEX triplet: DD, CE and FA. RGB value is (221,206,250). Sum of RGB (Red+Green+Blue) = 221+206+250=677 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.64% from 677); Green value is 206 (80.86% from 255 or 30.43% from 677); Blue value is 250 (98.05% from 255 or 36.93% from 677); Max value from RGB is 250 - color contains mainly: blue. Hex color #DDCEFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDCEFA is #223105. Grayscale: #D7D7D7. Windows color (decimal): -2240774 or 16436957. OLE color: 16436957.
HSL color Cylindrical-coordinate representation of color #DDCEFA: hue angle of 260.45º degrees, saturation: 0.81, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DDCEFA is Cyan = 0.12, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 221 | 206 | 250 | - |
| CMYK | 0.12 | 0.18 | 0 | 0.02 |
| HSL | 260.45º | 0.81% | 0.89% | - |
| HSV(B) | 260.45º | 0.18% | 0.98% | - |
| XYZ | 69.15 | 66.42 | 99.62 | - |
| YUV | 215.5 | 147.47 | 131.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 206 | 250 | 0.12 | 0.18 | 0 | 0.02 | 260.45 | 0.81 | 0.89 |
| Hex | DD | CE | FA | C | 12 | 0 | 2 | 104 | 51 | 59 |
| Octal | 335 | 316 | 372 | 14 | 22 | 0 | 2 | 404 | 121 | 131 |
| Binary | 11011101 | 11001110 | 11111010 | 1100 | 10010 | 0 | 10 | 100000100 | 1010001 | 1011001 |
Color Harmonies of #DDCEFA
Complementary color
Monochromatic Colors of #DDCEFA
Black with #DDCEFA
Text Example
Text Example
White with #DDCEFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCEFA; }
p { color: rgb(221,206,250); }
H1.HeaderClassName
{
color: #DDCEFA;
}
.AnyTagClassName
{
color: #DDCEFA;
}
</style>
background-color css
<style>
a { background-color: #DDCEFA; }
a { background-color: rgb(221,206,250); }
div.DivClassName
{
background-color: #DDCEFA;
}
.BgClassName
{
background-color: #DDCEFA;
}
</style>
border-color css
<style>
span { border-color: #DDCEFA; }
span { border-color: rgb(221,206,250); }
td.TdClassName
{
border-color: #DDCEFA;
}
.TagClassName
{
border-color: #DDCEFA;
}
</style>