Shades of Fog #DDD5F1
Tints of Fog #DDD5F1
RGB
CMYK
RGB Variations
Color information
#DDD5F1 (or 0xDDD5F1) is known color: Fog. HEX triplet: DD, D5 and F1. RGB value is (221,213,241). Sum of RGB (Red+Green+Blue) = 221+213+241=675 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.74% from 675); Green value is 213 (83.59% from 255 or 31.56% from 675); Blue value is 241 (94.53% from 255 or 35.70% from 675); Max value from RGB is 241 - color contains mainly: blue. Hex color #DDD5F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDD5F1 is #222A0E. Grayscale: #DADADA. Windows color (decimal): -2238991 or 15848925. OLE color: 15848925.
HSL color Cylindrical-coordinate representation of color #DDD5F1: hue angle of 257.14º degrees, saturation: 0.5, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DDD5F1 is Cyan = 0.08, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 213 | 241 | - |
| CMYK | 0.08 | 0.12 | 0 | 0.05 |
| HSL | 257.14º | 0.5% | 0.89% | - |
| HSV(B) | 257.14º | 0.12% | 0.95% | - |
| XYZ | 69.49 | 69.31 | 92.94 | - |
| YUV | 218.58 | 140.65 | 129.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 213 | 241 | 0.08 | 0.12 | 0 | 0.05 | 257.14 | 0.5 | 0.89 |
| Hex | DD | D5 | F1 | 8 | C | 0 | 5 | 101 | 32 | 59 |
| Octal | 335 | 325 | 361 | 10 | 14 | 0 | 5 | 401 | 62 | 131 |
| Binary | 11011101 | 11010101 | 11110001 | 1000 | 1100 | 0 | 101 | 100000001 | 110010 | 1011001 |
Color Harmonies of #DDD5F1
Complementary color
Monochromatic Colors of #DDD5F1
Black with #DDD5F1
Text Example
Text Example
White with #DDD5F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD5F1; }
p { color: rgb(221,213,241); }
H1.HeaderClassName
{
color: #DDD5F1;
}
.AnyTagClassName
{
color: #DDD5F1;
}
</style>
background-color css
<style>
a { background-color: #DDD5F1; }
a { background-color: rgb(221,213,241); }
div.DivClassName
{
background-color: #DDD5F1;
}
.BgClassName
{
background-color: #DDD5F1;
}
</style>
border-color css
<style>
span { border-color: #DDD5F1; }
span { border-color: rgb(221,213,241); }
td.TdClassName
{
border-color: #DDD5F1;
}
.TagClassName
{
border-color: #DDD5F1;
}
</style>