Shades of Fog #DDCDF1
Tints of Fog #DDCDF1
RGB
CMYK
RGB Variations
Color information
#DDCDF1 (or 0xDDCDF1) is known color: Fog. HEX triplet: DD, CD and F1. RGB value is (221,205,241). Sum of RGB (Red+Green+Blue) = 221+205+241=667 (88% of max value = 765). Red value is 221 (86.72% from 255 or 33.13% from 667); Green value is 205 (80.47% from 255 or 30.73% from 667); Blue value is 241 (94.53% from 255 or 36.13% from 667); Max value from RGB is 241 - color contains mainly: blue. Hex color #DDCDF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDCDF1 is #22320E. Grayscale: #D5D5D5. Windows color (decimal): -2241039 or 15846877. OLE color: 15846877.
HSL color Cylindrical-coordinate representation of color #DDCDF1: hue angle of 266.67º degrees, saturation: 0.56, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DDCDF1 is Cyan = 0.08, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 221 | 205 | 241 | - |
CMYK | 0.08 | 0.15 | 0 | 0.05 |
HSL | 266.67º | 0.56% | 0.87% | - |
HSV(B) | 266.67º | 0.15% | 0.95% | - |
XYZ | 67.53 | 65.39 | 92.28 | - |
YUV | 213.89 | 143.3 | 133.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 205 | 241 | 0.08 | 0.15 | 0 | 0.05 | 266.67 | 0.56 | 0.87 |
Hex | DD | CD | F1 | 8 | F | 0 | 5 | 10B | 38 | 57 |
Octal | 335 | 315 | 361 | 10 | 17 | 0 | 5 | 413 | 70 | 127 |
Binary | 11011101 | 11001101 | 11110001 | 1000 | 1111 | 0 | 101 | 100001011 | 111000 | 1010111 |
Color Harmonies of #DDCDF1
Complementary color
Monochromatic Colors of #DDCDF1
Black with #DDCDF1
Text Example
Text Example
White with #DDCDF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCDF1; }
p { color: rgb(221,205,241); }
H1.HeaderClassName
{
color: #DDCDF1;
}
.AnyTagClassName
{
color: #DDCDF1;
}
</style>
background-color css
<style>
a { background-color: #DDCDF1; }
a { background-color: rgb(221,205,241); }
div.DivClassName
{
background-color: #DDCDF1;
}
.BgClassName
{
background-color: #DDCDF1;
}
</style>
border-color css
<style>
span { border-color: #DDCDF1; }
span { border-color: rgb(221,205,241); }
td.TdClassName
{
border-color: #DDCDF1;
}
.TagClassName
{
border-color: #DDCDF1;
}
</style>