Shades of Fog #DDD1F9
Tints of Fog #DDD1F9
RGB
CMYK
RGB Variations
Color information
#DDD1F9 (or 0xDDD1F9) is known color: Fog. HEX triplet: DD, D1 and F9. RGB value is (221,209,249). Sum of RGB (Red+Green+Blue) = 221+209+249=679 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.55% from 679); Green value is 209 (82.03% from 255 or 30.78% from 679); Blue value is 249 (97.66% from 255 or 36.67% from 679); Max value from RGB is 249 - color contains mainly: blue. Hex color #DDD1F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDD1F9 is #222E06. Grayscale: #D9D9D9. Windows color (decimal): -2240007 or 16372189. OLE color: 16372189.
HSL color Cylindrical-coordinate representation of color #DDD1F9: hue angle of 258º degrees, saturation: 0.77, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DDD1F9 is Cyan = 0.11, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 221 | 209 | 249 | - |
CMYK | 0.11 | 0.16 | 0 | 0.02 |
HSL | 258º | 0.77% | 0.9% | - |
HSV(B) | 258º | 0.16% | 0.98% | - |
XYZ | 69.72 | 67.81 | 99.04 | - |
YUV | 217.15 | 145.98 | 130.75 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 209 | 249 | 0.11 | 0.16 | 0 | 0.02 | 258 | 0.77 | 0.9 |
Hex | DD | D1 | F9 | B | 10 | 0 | 2 | 102 | 4D | 5A |
Octal | 335 | 321 | 371 | 13 | 20 | 0 | 2 | 402 | 115 | 132 |
Binary | 11011101 | 11010001 | 11111001 | 1011 | 10000 | 0 | 10 | 100000010 | 1001101 | 1011010 |
Color Harmonies of #DDD1F9
Complementary color
Monochromatic Colors of #DDD1F9
Black with #DDD1F9
Text Example
Text Example
White with #DDD1F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD1F9; }
p { color: rgb(221,209,249); }
H1.HeaderClassName
{
color: #DDD1F9;
}
.AnyTagClassName
{
color: #DDD1F9;
}
</style>
background-color css
<style>
a { background-color: #DDD1F9; }
a { background-color: rgb(221,209,249); }
div.DivClassName
{
background-color: #DDD1F9;
}
.BgClassName
{
background-color: #DDD1F9;
}
</style>
border-color css
<style>
span { border-color: #DDD1F9; }
span { border-color: rgb(221,209,249); }
td.TdClassName
{
border-color: #DDD1F9;
}
.TagClassName
{
border-color: #DDD1F9;
}
</style>