Shades of Fog #DDC9F8
Tints of Fog #DDC9F8
RGB
CMYK
RGB Variations
Color information
#DDC9F8 (or 0xDDC9F8) is known color: Fog. HEX triplet: DD, C9 and F8. RGB value is (221,201,248). Sum of RGB (Red+Green+Blue) = 221+201+248=670 (88% of max value = 765). Red value is 221 (86.72% from 255 or 32.99% from 670); Green value is 201 (78.91% from 255 or 30% from 670); Blue value is 248 (97.27% from 255 or 37.01% from 670); Max value from RGB is 248 - color contains mainly: blue. Hex color #DDC9F8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDC9F8 is #223607. Grayscale: #D4D4D4. Windows color (decimal): -2242056 or 16304605. OLE color: 16304605.
HSL color Cylindrical-coordinate representation of color #DDC9F8: hue angle of 265.53º degrees, saturation: 0.77, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DDC9F8 is Cyan = 0.11, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
RGB | 221 | 201 | 248 | - |
CMYK | 0.11 | 0.19 | 0 | 0.03 |
HSL | 265.53º | 0.77% | 0.88% | - |
HSV(B) | 265.53º | 0.19% | 0.97% | - |
XYZ | 67.65 | 63.92 | 97.58 | - |
YUV | 212.34 | 148.13 | 134.18 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 201 | 248 | 0.11 | 0.19 | 0 | 0.03 | 265.53 | 0.77 | 0.88 |
Hex | DD | C9 | F8 | B | 13 | 0 | 3 | 10A | 4D | 58 |
Octal | 335 | 311 | 370 | 13 | 23 | 0 | 3 | 412 | 115 | 130 |
Binary | 11011101 | 11001001 | 11111000 | 1011 | 10011 | 0 | 11 | 100001010 | 1001101 | 1011000 |
Color Harmonies of #DDC9F8
Complementary color
Monochromatic Colors of #DDC9F8
Black with #DDC9F8
Text Example
Text Example
White with #DDC9F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC9F8; }
p { color: rgb(221,201,248); }
H1.HeaderClassName
{
color: #DDC9F8;
}
.AnyTagClassName
{
color: #DDC9F8;
}
</style>
background-color css
<style>
a { background-color: #DDC9F8; }
a { background-color: rgb(221,201,248); }
div.DivClassName
{
background-color: #DDC9F8;
}
.BgClassName
{
background-color: #DDC9F8;
}
</style>
border-color css
<style>
span { border-color: #DDC9F8; }
span { border-color: rgb(221,201,248); }
td.TdClassName
{
border-color: #DDC9F8;
}
.TagClassName
{
border-color: #DDC9F8;
}
</style>