Shades of Fog #DDD5F0
Tints of Fog #DDD5F0
RGB
CMYK
RGB Variations
Color information
#DDD5F0 (or 0xDDD5F0) is known color: Fog. HEX triplet: DD, D5 and F0. RGB value is (221,213,240). Sum of RGB (Red+Green+Blue) = 221+213+240=674 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.79% from 674); Green value is 213 (83.59% from 255 or 31.60% from 674); Blue value is 240 (94.14% from 255 or 35.61% from 674); Max value from RGB is 240 - color contains mainly: blue. Hex color #DDD5F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDD5F0 is #222A0F. Grayscale: #DADADA. Windows color (decimal): -2238992 or 15783389. OLE color: 15783389.
HSL color Cylindrical-coordinate representation of color #DDD5F0: hue angle of 257.78º degrees, saturation: 0.47, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DDD5F0 is Cyan = 0.08, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 221 | 213 | 240 | - |
CMYK | 0.08 | 0.11 | 0 | 0.06 |
HSL | 257.78º | 0.47% | 0.89% | - |
HSV(B) | 257.78º | 0.11% | 0.94% | - |
XYZ | 69.34 | 69.25 | 92.15 | - |
YUV | 218.47 | 140.15 | 129.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 213 | 240 | 0.08 | 0.11 | 0 | 0.06 | 257.78 | 0.47 | 0.89 |
Hex | DD | D5 | F0 | 8 | B | 0 | 6 | 102 | 2F | 59 |
Octal | 335 | 325 | 360 | 10 | 13 | 0 | 6 | 402 | 57 | 131 |
Binary | 11011101 | 11010101 | 11110000 | 1000 | 1011 | 0 | 110 | 100000010 | 101111 | 1011001 |
Color Harmonies of #DDD5F0
Complementary color
Monochromatic Colors of #DDD5F0
Black with #DDD5F0
Text Example
Text Example
White with #DDD5F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD5F0; }
p { color: rgb(221,213,240); }
H1.HeaderClassName
{
color: #DDD5F0;
}
.AnyTagClassName
{
color: #DDD5F0;
}
</style>
background-color css
<style>
a { background-color: #DDD5F0; }
a { background-color: rgb(221,213,240); }
div.DivClassName
{
background-color: #DDD5F0;
}
.BgClassName
{
background-color: #DDD5F0;
}
</style>
border-color css
<style>
span { border-color: #DDD5F0; }
span { border-color: rgb(221,213,240); }
td.TdClassName
{
border-color: #DDD5F0;
}
.TagClassName
{
border-color: #DDD5F0;
}
</style>