Shades of Fog #DDC7F9
Tints of Fog #DDC7F9
RGB
CMYK
RGB Variations
Color information
#DDC7F9 (or 0xDDC7F9) is known color: Fog. HEX triplet: DD, C7 and F9. RGB value is (221,199,249). Sum of RGB (Red+Green+Blue) = 221+199+249=669 (88% of max value = 765). Red value is 221 (86.72% from 255 or 33.03% from 669); Green value is 199 (78.12% from 255 or 29.75% from 669); Blue value is 249 (97.66% from 255 or 37.22% from 669); Max value from RGB is 249 - color contains mainly: blue. Hex color #DDC7F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDC7F9 is #223806. Grayscale: #D3D3D3. Windows color (decimal): -2242567 or 16369629. OLE color: 16369629.
HSL color Cylindrical-coordinate representation of color #DDC7F9: hue angle of 266.4º degrees, saturation: 0.81, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DDC7F9 is Cyan = 0.11, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 221 | 199 | 249 | - |
| CMYK | 0.11 | 0.20 | 0 | 0.02 |
| HSL | 266.4º | 0.81% | 0.88% | - |
| HSV(B) | 266.4º | 0.2% | 0.98% | - |
| XYZ | 67.34 | 63.06 | 98.24 | - |
| YUV | 211.28 | 149.29 | 134.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 199 | 249 | 0.11 | 0.20 | 0 | 0.02 | 266.4 | 0.81 | 0.88 |
| Hex | DD | C7 | F9 | B | 14 | 0 | 2 | 10A | 51 | 58 |
| Octal | 335 | 307 | 371 | 13 | 24 | 0 | 2 | 412 | 121 | 130 |
| Binary | 11011101 | 11000111 | 11111001 | 1011 | 10100 | 0 | 10 | 100001010 | 1010001 | 1011000 |
Color Harmonies of #DDC7F9
Complementary color
Monochromatic Colors of #DDC7F9
Black with #DDC7F9
Text Example
Text Example
White with #DDC7F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC7F9; }
p { color: rgb(221,199,249); }
H1.HeaderClassName
{
color: #DDC7F9;
}
.AnyTagClassName
{
color: #DDC7F9;
}
</style>
background-color css
<style>
a { background-color: #DDC7F9; }
a { background-color: rgb(221,199,249); }
div.DivClassName
{
background-color: #DDC7F9;
}
.BgClassName
{
background-color: #DDC7F9;
}
</style>
border-color css
<style>
span { border-color: #DDC7F9; }
span { border-color: rgb(221,199,249); }
td.TdClassName
{
border-color: #DDC7F9;
}
.TagClassName
{
border-color: #DDC7F9;
}
</style>