Shades of Fog #DDCDF6
Tints of Fog #DDCDF6
RGB
CMYK
RGB Variations
Color information
#DDCDF6 (or 0xDDCDF6) is known color: Fog. HEX triplet: DD, CD and F6. RGB value is (221,205,246). Sum of RGB (Red+Green+Blue) = 221+205+246=672 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.89% from 672); Green value is 205 (80.47% from 255 or 30.51% from 672); Blue value is 246 (96.48% from 255 or 36.61% from 672); Max value from RGB is 246 - color contains mainly: blue. Hex color #DDCDF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDCDF6 is #223209. Grayscale: #D6D6D6. Windows color (decimal): -2241034 or 16174557. OLE color: 16174557.
HSL color Cylindrical-coordinate representation of color #DDCDF6: hue angle of 263.41º degrees, saturation: 0.69, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DDCDF6 is Cyan = 0.10, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
RGB | 221 | 205 | 246 | - |
CMYK | 0.10 | 0.17 | 0 | 0.04 |
HSL | 263.41º | 0.69% | 0.88% | - |
HSV(B) | 263.41º | 0.17% | 0.96% | - |
XYZ | 68.28 | 65.69 | 96.27 | - |
YUV | 214.46 | 145.8 | 132.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 205 | 246 | 0.10 | 0.17 | 0 | 0.04 | 263.41 | 0.69 | 0.88 |
Hex | DD | CD | F6 | A | 11 | 0 | 4 | 107 | 45 | 58 |
Octal | 335 | 315 | 366 | 12 | 21 | 0 | 4 | 407 | 105 | 130 |
Binary | 11011101 | 11001101 | 11110110 | 1010 | 10001 | 0 | 100 | 100000111 | 1000101 | 1011000 |
Color Harmonies of #DDCDF6
Complementary color
Monochromatic Colors of #DDCDF6
Black with #DDCDF6
Text Example
Text Example
White with #DDCDF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCDF6; }
p { color: rgb(221,205,246); }
H1.HeaderClassName
{
color: #DDCDF6;
}
.AnyTagClassName
{
color: #DDCDF6;
}
</style>
background-color css
<style>
a { background-color: #DDCDF6; }
a { background-color: rgb(221,205,246); }
div.DivClassName
{
background-color: #DDCDF6;
}
.BgClassName
{
background-color: #DDCDF6;
}
</style>
border-color css
<style>
span { border-color: #DDCDF6; }
span { border-color: rgb(221,205,246); }
td.TdClassName
{
border-color: #DDCDF6;
}
.TagClassName
{
border-color: #DDCDF6;
}
</style>