Shades of Fog #DDC2FA
Tints of Fog #DDC2FA
RGB
CMYK
RGB Variations
Color information
#DDC2FA (or 0xDDC2FA) is known color: Fog. HEX triplet: DD, C2 and FA. RGB value is (221,194,250). Sum of RGB (Red+Green+Blue) = 221+194+250=665 (88% of max value = 765). Red value is 221 (86.72% from 255 or 33.23% from 665); Green value is 194 (76.17% from 255 or 29.17% from 665); Blue value is 250 (98.05% from 255 or 37.59% from 665); Max value from RGB is 250 - color contains mainly: blue. Hex color #DDC2FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDC2FA is #223D05. Grayscale: #D0D0D0. Windows color (decimal): -2243846 or 16433885. OLE color: 16433885.
HSL color Cylindrical-coordinate representation of color #DDC2FA: hue angle of 268.93º degrees, saturation: 0.85, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DDC2FA is Cyan = 0.12, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 221 | 194 | 250 | - |
| CMYK | 0.12 | 0.22 | 0 | 0.02 |
| HSL | 268.93º | 0.85% | 0.87% | - |
| HSV(B) | 268.93º | 0.22% | 0.98% | - |
| XYZ | 66.37 | 60.86 | 98.69 | - |
| YUV | 208.46 | 151.45 | 136.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 194 | 250 | 0.12 | 0.22 | 0 | 0.02 | 268.93 | 0.85 | 0.87 |
| Hex | DD | C2 | FA | C | 16 | 0 | 2 | 10D | 55 | 57 |
| Octal | 335 | 302 | 372 | 14 | 26 | 0 | 2 | 415 | 125 | 127 |
| Binary | 11011101 | 11000010 | 11111010 | 1100 | 10110 | 0 | 10 | 100001101 | 1010101 | 1010111 |
Color Harmonies of #DDC2FA
Complementary color
Monochromatic Colors of #DDC2FA
Black with #DDC2FA
Text Example
Text Example
White with #DDC2FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC2FA; }
p { color: rgb(221,194,250); }
H1.HeaderClassName
{
color: #DDC2FA;
}
.AnyTagClassName
{
color: #DDC2FA;
}
</style>
background-color css
<style>
a { background-color: #DDC2FA; }
a { background-color: rgb(221,194,250); }
div.DivClassName
{
background-color: #DDC2FA;
}
.BgClassName
{
background-color: #DDC2FA;
}
</style>
border-color css
<style>
span { border-color: #DDC2FA; }
span { border-color: rgb(221,194,250); }
td.TdClassName
{
border-color: #DDC2FA;
}
.TagClassName
{
border-color: #DDC2FA;
}
</style>