Shades of Fog #DDD0FD
Tints of Fog #DDD0FD
RGB
CMYK
RGB Variations
Color information
#DDD0FD (or 0xDDD0FD) is known color: Fog. HEX triplet: DD, D0 and FD. RGB value is (221,208,253). Sum of RGB (Red+Green+Blue) = 221+208+253=682 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.40% from 682); Green value is 208 (81.64% from 255 or 30.50% from 682); Blue value is 253 (99.22% from 255 or 37.10% from 682); Max value from RGB is 253 - color contains mainly: blue. Hex color #DDD0FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDD0FD is #222F02. Grayscale: #D8D8D8. Windows color (decimal): -2240259 or 16634077. OLE color: 16634077.
HSL color Cylindrical-coordinate representation of color #DDD0FD: hue angle of 257.33º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DDD0FD is Cyan = 0.13, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 221 | 208 | 253 | - |
CMYK | 0.13 | 0.18 | 0 | 0.01 |
HSL | 257.33º | 0.92% | 0.9% | - |
HSV(B) | 257.33º | 0.18% | 0.99% | - |
XYZ | 70.1 | 67.58 | 102.28 | - |
YUV | 217.02 | 148.31 | 130.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 208 | 253 | 0.13 | 0.18 | 0 | 0.01 | 257.33 | 0.92 | 0.9 |
Hex | DD | D0 | FD | D | 12 | 0 | 1 | 101 | 5C | 5A |
Octal | 335 | 320 | 375 | 15 | 22 | 0 | 1 | 401 | 134 | 132 |
Binary | 11011101 | 11010000 | 11111101 | 1101 | 10010 | 0 | 1 | 100000001 | 1011100 | 1011010 |
Color Harmonies of #DDD0FD
Complementary color
Monochromatic Colors of #DDD0FD
Black with #DDD0FD
Text Example
Text Example
White with #DDD0FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD0FD; }
p { color: rgb(221,208,253); }
H1.HeaderClassName
{
color: #DDD0FD;
}
.AnyTagClassName
{
color: #DDD0FD;
}
</style>
background-color css
<style>
a { background-color: #DDD0FD; }
a { background-color: rgb(221,208,253); }
div.DivClassName
{
background-color: #DDD0FD;
}
.BgClassName
{
background-color: #DDD0FD;
}
</style>
border-color css
<style>
span { border-color: #DDD0FD; }
span { border-color: rgb(221,208,253); }
td.TdClassName
{
border-color: #DDD0FD;
}
.TagClassName
{
border-color: #DDD0FD;
}
</style>