Shades of Fog #DDCDFE
Tints of Fog #DDCDFE
RGB
CMYK
RGB Variations
Color information
#DDCDFE (or 0xDDCDFE) is known color: Fog. HEX triplet: DD, CD and FE. RGB value is (221,205,254). Sum of RGB (Red+Green+Blue) = 221+205+254=680 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.5% from 680); Green value is 205 (80.47% from 255 or 30.15% from 680); Blue value is 254 (99.61% from 255 or 37.35% from 680); Max value from RGB is 254 - color contains mainly: blue. Hex color #DDCDFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDCDFE is #223201. Grayscale: #D7D7D7. Windows color (decimal): -2241026 or 16698845. OLE color: 16698845.
HSL color Cylindrical-coordinate representation of color #DDCDFE: hue angle of 259.59º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DDCDFE is Cyan = 0.13, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 221 | 205 | 254 | - |
| CMYK | 0.13 | 0.19 | 0 | 0.00 |
| HSL | 259.59º | 0.96% | 0.9% | - |
| HSV(B) | 259.59º | 0.19% | 1% | - |
| XYZ | 69.54 | 66.19 | 102.88 | - |
| YUV | 215.37 | 149.8 | 132.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 205 | 254 | 0.13 | 0.19 | 0 | 0.00 | 259.59 | 0.96 | 0.9 |
| Hex | DD | CD | FE | D | 13 | 0 | 0 | 104 | 60 | 5A |
| Octal | 335 | 315 | 376 | 15 | 23 | 0 | 0 | 404 | 140 | 132 |
| Binary | 11011101 | 11001101 | 11111110 | 1101 | 10011 | 0 | 0 | 100000100 | 1100000 | 1011010 |
Color Harmonies of #DDCDFE
Complementary color
Monochromatic Colors of #DDCDFE
Black with #DDCDFE
Text Example
Text Example
White with #DDCDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCDFE; }
p { color: rgb(221,205,254); }
H1.HeaderClassName
{
color: #DDCDFE;
}
.AnyTagClassName
{
color: #DDCDFE;
}
</style>
background-color css
<style>
a { background-color: #DDCDFE; }
a { background-color: rgb(221,205,254); }
div.DivClassName
{
background-color: #DDCDFE;
}
.BgClassName
{
background-color: #DDCDFE;
}
</style>
border-color css
<style>
span { border-color: #DDCDFE; }
span { border-color: rgb(221,205,254); }
td.TdClassName
{
border-color: #DDCDFE;
}
.TagClassName
{
border-color: #DDCDFE;
}
</style>