Shades of Fog #DDCDF2
Tints of Fog #DDCDF2
RGB
CMYK
RGB Variations
Color information
#DDCDF2 (or 0xDDCDF2) is known color: Fog. HEX triplet: DD, CD and F2. RGB value is (221,205,242). Sum of RGB (Red+Green+Blue) = 221+205+242=668 (88% of max value = 765). Red value is 221 (86.72% from 255 or 33.08% from 668); Green value is 205 (80.47% from 255 or 30.69% from 668); Blue value is 242 (94.92% from 255 or 36.23% from 668); Max value from RGB is 242 - color contains mainly: blue. Hex color #DDCDF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDCDF2 is #22320D. Grayscale: #D5D5D5. Windows color (decimal): -2241038 or 15912413. OLE color: 15912413.
HSL color Cylindrical-coordinate representation of color #DDCDF2: hue angle of 265.95º degrees, saturation: 0.59, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DDCDF2 is Cyan = 0.09, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 221 | 205 | 242 | - |
CMYK | 0.09 | 0.15 | 0 | 0.05 |
HSL | 265.95º | 0.59% | 0.88% | - |
HSV(B) | 265.95º | 0.15% | 0.95% | - |
XYZ | 67.68 | 65.45 | 93.07 | - |
YUV | 214 | 143.8 | 132.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 205 | 242 | 0.09 | 0.15 | 0 | 0.05 | 265.95 | 0.59 | 0.88 |
Hex | DD | CD | F2 | 9 | F | 0 | 5 | 10A | 3B | 58 |
Octal | 335 | 315 | 362 | 11 | 17 | 0 | 5 | 412 | 73 | 130 |
Binary | 11011101 | 11001101 | 11110010 | 1001 | 1111 | 0 | 101 | 100001010 | 111011 | 1011000 |
Color Harmonies of #DDCDF2
Complementary color
Monochromatic Colors of #DDCDF2
Black with #DDCDF2
Text Example
Text Example
White with #DDCDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCDF2; }
p { color: rgb(221,205,242); }
H1.HeaderClassName
{
color: #DDCDF2;
}
.AnyTagClassName
{
color: #DDCDF2;
}
</style>
background-color css
<style>
a { background-color: #DDCDF2; }
a { background-color: rgb(221,205,242); }
div.DivClassName
{
background-color: #DDCDF2;
}
.BgClassName
{
background-color: #DDCDF2;
}
</style>
border-color css
<style>
span { border-color: #DDCDF2; }
span { border-color: rgb(221,205,242); }
td.TdClassName
{
border-color: #DDCDF2;
}
.TagClassName
{
border-color: #DDCDF2;
}
</style>