Shades of Fog #DDD0FA
Tints of Fog #DDD0FA
RGB
CMYK
RGB Variations
Color information
#DDD0FA (or 0xDDD0FA) is known color: Fog. HEX triplet: DD, D0 and FA. RGB value is (221,208,250). Sum of RGB (Red+Green+Blue) = 221+208+250=679 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.55% from 679); Green value is 208 (81.64% from 255 or 30.63% from 679); Blue value is 250 (98.05% from 255 or 36.82% from 679); Max value from RGB is 250 - color contains mainly: blue. Hex color #DDD0FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDD0FA is #222F05. Grayscale: #D8D8D8. Windows color (decimal): -2240262 or 16437469. OLE color: 16437469.
HSL color Cylindrical-coordinate representation of color #DDD0FA: hue angle of 258.57º degrees, saturation: 0.81, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DDD0FA is Cyan = 0.12, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 221 | 208 | 250 | - |
CMYK | 0.12 | 0.17 | 0 | 0.02 |
HSL | 258.57º | 0.81% | 0.9% | - |
HSV(B) | 258.57º | 0.17% | 0.98% | - |
XYZ | 69.63 | 67.39 | 99.78 | - |
YUV | 216.68 | 146.81 | 131.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 208 | 250 | 0.12 | 0.17 | 0 | 0.02 | 258.57 | 0.81 | 0.9 |
Hex | DD | D0 | FA | C | 11 | 0 | 2 | 103 | 51 | 5A |
Octal | 335 | 320 | 372 | 14 | 21 | 0 | 2 | 403 | 121 | 132 |
Binary | 11011101 | 11010000 | 11111010 | 1100 | 10001 | 0 | 10 | 100000011 | 1010001 | 1011010 |
Color Harmonies of #DDD0FA
Complementary color
Monochromatic Colors of #DDD0FA
Black with #DDD0FA
Text Example
Text Example
White with #DDD0FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD0FA; }
p { color: rgb(221,208,250); }
H1.HeaderClassName
{
color: #DDD0FA;
}
.AnyTagClassName
{
color: #DDD0FA;
}
</style>
background-color css
<style>
a { background-color: #DDD0FA; }
a { background-color: rgb(221,208,250); }
div.DivClassName
{
background-color: #DDD0FA;
}
.BgClassName
{
background-color: #DDD0FA;
}
</style>
border-color css
<style>
span { border-color: #DDD0FA; }
span { border-color: rgb(221,208,250); }
td.TdClassName
{
border-color: #DDD0FA;
}
.TagClassName
{
border-color: #DDD0FA;
}
</style>