Shades of Fog #DDCDF9
Tints of Fog #DDCDF9
RGB
CMYK
RGB Variations
Color information
#DDCDF9 (or 0xDDCDF9) is known color: Fog. HEX triplet: DD, CD and F9. RGB value is (221,205,249). Sum of RGB (Red+Green+Blue) = 221+205+249=675 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.74% from 675); Green value is 205 (80.47% from 255 or 30.37% from 675); Blue value is 249 (97.66% from 255 or 36.89% from 675); Max value from RGB is 249 - color contains mainly: blue. Hex color #DDCDF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDCDF9 is #223206. Grayscale: #D6D6D6. Windows color (decimal): -2241031 or 16371165. OLE color: 16371165.
HSL color Cylindrical-coordinate representation of color #DDCDF9: hue angle of 261.82º degrees, saturation: 0.79, 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 #DDCDF9 is Cyan = 0.11, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 221 | 205 | 249 | - |
CMYK | 0.11 | 0.18 | 0 | 0.02 |
HSL | 261.82º | 0.79% | 0.89% | - |
HSV(B) | 261.82º | 0.18% | 0.98% | - |
XYZ | 68.75 | 65.87 | 98.71 | - |
YUV | 214.8 | 147.3 | 132.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 205 | 249 | 0.11 | 0.18 | 0 | 0.02 | 261.82 | 0.79 | 0.89 |
Hex | DD | CD | F9 | B | 12 | 0 | 2 | 106 | 4F | 59 |
Octal | 335 | 315 | 371 | 13 | 22 | 0 | 2 | 406 | 117 | 131 |
Binary | 11011101 | 11001101 | 11111001 | 1011 | 10010 | 0 | 10 | 100000110 | 1001111 | 1011001 |
Color Harmonies of #DDCDF9
Complementary color
Monochromatic Colors of #DDCDF9
Black with #DDCDF9
Text Example
Text Example
White with #DDCDF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCDF9; }
p { color: rgb(221,205,249); }
H1.HeaderClassName
{
color: #DDCDF9;
}
.AnyTagClassName
{
color: #DDCDF9;
}
</style>
background-color css
<style>
a { background-color: #DDCDF9; }
a { background-color: rgb(221,205,249); }
div.DivClassName
{
background-color: #DDCDF9;
}
.BgClassName
{
background-color: #DDCDF9;
}
</style>
border-color css
<style>
span { border-color: #DDCDF9; }
span { border-color: rgb(221,205,249); }
td.TdClassName
{
border-color: #DDCDF9;
}
.TagClassName
{
border-color: #DDCDF9;
}
</style>