Shades of Fog #DDC8F9
Tints of Fog #DDC8F9
RGB
CMYK
RGB Variations
Color information
#DDC8F9 (or 0xDDC8F9) is known color: Fog. HEX triplet: DD, C8 and F9. RGB value is (221,200,249). Sum of RGB (Red+Green+Blue) = 221+200+249=670 (88% of max value = 765). Red value is 221 (86.72% from 255 or 32.99% from 670); Green value is 200 (78.52% from 255 or 29.85% from 670); Blue value is 249 (97.66% from 255 or 37.16% from 670); Max value from RGB is 249 - color contains mainly: blue. Hex color #DDC8F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDC8F9 is #223706. Grayscale: #D3D3D3. Windows color (decimal): -2242311 or 16369885. OLE color: 16369885.
HSL color Cylindrical-coordinate representation of color #DDC8F9: hue angle of 265.71º degrees, saturation: 0.8, 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 #DDC8F9 is Cyan = 0.11, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 221 | 200 | 249 | - |
| CMYK | 0.11 | 0.20 | 0 | 0.02 |
| HSL | 265.71º | 0.8% | 0.88% | - |
| HSV(B) | 265.71º | 0.2% | 0.98% | - |
| XYZ | 67.57 | 63.52 | 98.32 | - |
| YUV | 211.87 | 148.96 | 134.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 200 | 249 | 0.11 | 0.20 | 0 | 0.02 | 265.71 | 0.8 | 0.88 |
| Hex | DD | C8 | F9 | B | 14 | 0 | 2 | 10A | 50 | 58 |
| Octal | 335 | 310 | 371 | 13 | 24 | 0 | 2 | 412 | 120 | 130 |
| Binary | 11011101 | 11001000 | 11111001 | 1011 | 10100 | 0 | 10 | 100001010 | 1010000 | 1011000 |
Color Harmonies of #DDC8F9
Complementary color
Monochromatic Colors of #DDC8F9
Black with #DDC8F9
Text Example
Text Example
White with #DDC8F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC8F9; }
p { color: rgb(221,200,249); }
H1.HeaderClassName
{
color: #DDC8F9;
}
.AnyTagClassName
{
color: #DDC8F9;
}
</style>
background-color css
<style>
a { background-color: #DDC8F9; }
a { background-color: rgb(221,200,249); }
div.DivClassName
{
background-color: #DDC8F9;
}
.BgClassName
{
background-color: #DDC8F9;
}
</style>
border-color css
<style>
span { border-color: #DDC8F9; }
span { border-color: rgb(221,200,249); }
td.TdClassName
{
border-color: #DDC8F9;
}
.TagClassName
{
border-color: #DDC8F9;
}
</style>