Shades of Fog #DDCDF5
Tints of Fog #DDCDF5
RGB
CMYK
RGB Variations
Color information
#DDCDF5 (or 0xDDCDF5) is known color: Fog. HEX triplet: DD, CD and F5. RGB value is (221,205,245). Sum of RGB (Red+Green+Blue) = 221+205+245=671 (88% of max value = 765). Red value is 221 (86.72% from 255 or 32.94% from 671); Green value is 205 (80.47% from 255 or 30.55% from 671); Blue value is 245 (96.09% from 255 or 36.51% from 671); Max value from RGB is 245 - color contains mainly: blue. Hex color #DDCDF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDCDF5 is #22320A. Grayscale: #D6D6D6. Windows color (decimal): -2241035 or 16109021. OLE color: 16109021.
HSL color Cylindrical-coordinate representation of color #DDCDF5: hue angle of 264º degrees, saturation: 0.67, 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 #DDCDF5 is Cyan = 0.10, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 221 | 205 | 245 | - |
| CMYK | 0.10 | 0.16 | 0 | 0.04 |
| HSL | 264º | 0.67% | 0.88% | - |
| HSV(B) | 264º | 0.16% | 0.96% | - |
| XYZ | 68.13 | 65.63 | 95.46 | - |
| YUV | 214.34 | 145.3 | 132.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 205 | 245 | 0.10 | 0.16 | 0 | 0.04 | 264 | 0.67 | 0.88 |
| Hex | DD | CD | F5 | A | 10 | 0 | 4 | 108 | 43 | 58 |
| Octal | 335 | 315 | 365 | 12 | 20 | 0 | 4 | 410 | 103 | 130 |
| Binary | 11011101 | 11001101 | 11110101 | 1010 | 10000 | 0 | 100 | 100001000 | 1000011 | 1011000 |
Color Harmonies of #DDCDF5
Complementary color
Monochromatic Colors of #DDCDF5
Black with #DDCDF5
Text Example
Text Example
White with #DDCDF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCDF5; }
p { color: rgb(221,205,245); }
H1.HeaderClassName
{
color: #DDCDF5;
}
.AnyTagClassName
{
color: #DDCDF5;
}
</style>
background-color css
<style>
a { background-color: #DDCDF5; }
a { background-color: rgb(221,205,245); }
div.DivClassName
{
background-color: #DDCDF5;
}
.BgClassName
{
background-color: #DDCDF5;
}
</style>
border-color css
<style>
span { border-color: #DDCDF5; }
span { border-color: rgb(221,205,245); }
td.TdClassName
{
border-color: #DDCDF5;
}
.TagClassName
{
border-color: #DDCDF5;
}
</style>