Shades of Fog #DDC3FA
Tints of Fog #DDC3FA
RGB
CMYK
RGB Variations
Color information
#DDC3FA (or 0xDDC3FA) is known color: Fog. HEX triplet: DD, C3 and FA. RGB value is (221,195,250). Sum of RGB (Red+Green+Blue) = 221+195+250=666 (88% of max value = 765). Red value is 221 (86.72% from 255 or 33.18% from 666); Green value is 195 (76.56% from 255 or 29.28% from 666); Blue value is 250 (98.05% from 255 or 37.54% from 666); Max value from RGB is 250 - color contains mainly: blue. Hex color #DDC3FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDC3FA is #223C05. Grayscale: #D0D0D0. Windows color (decimal): -2243590 or 16434141. OLE color: 16434141.
HSL color Cylindrical-coordinate representation of color #DDC3FA: hue angle of 268.36º 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 #DDC3FA is Cyan = 0.12, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 221 | 195 | 250 | - |
| CMYK | 0.12 | 0.22 | 0 | 0.02 |
| HSL | 268.36º | 0.85% | 0.87% | - |
| HSV(B) | 268.36º | 0.22% | 0.98% | - |
| XYZ | 66.59 | 61.3 | 98.77 | - |
| YUV | 209.04 | 151.11 | 136.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 195 | 250 | 0.12 | 0.22 | 0 | 0.02 | 268.36 | 0.85 | 0.87 |
| Hex | DD | C3 | FA | C | 16 | 0 | 2 | 10C | 55 | 57 |
| Octal | 335 | 303 | 372 | 14 | 26 | 0 | 2 | 414 | 125 | 127 |
| Binary | 11011101 | 11000011 | 11111010 | 1100 | 10110 | 0 | 10 | 100001100 | 1010101 | 1010111 |
Color Harmonies of #DDC3FA
Complementary color
Monochromatic Colors of #DDC3FA
Black with #DDC3FA
Text Example
Text Example
White with #DDC3FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC3FA; }
p { color: rgb(221,195,250); }
H1.HeaderClassName
{
color: #DDC3FA;
}
.AnyTagClassName
{
color: #DDC3FA;
}
</style>
background-color css
<style>
a { background-color: #DDC3FA; }
a { background-color: rgb(221,195,250); }
div.DivClassName
{
background-color: #DDC3FA;
}
.BgClassName
{
background-color: #DDC3FA;
}
</style>
border-color css
<style>
span { border-color: #DDC3FA; }
span { border-color: rgb(221,195,250); }
td.TdClassName
{
border-color: #DDC3FA;
}
.TagClassName
{
border-color: #DDC3FA;
}
</style>