Shades of Fog #DDC9FC
Tints of Fog #DDC9FC
RGB
CMYK
RGB Variations
Color information
#DDC9FC (or 0xDDC9FC) is known color: Fog. HEX triplet: DD, C9 and FC. RGB value is (221,201,252). Sum of RGB (Red+Green+Blue) = 221+201+252=674 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.79% from 674); Green value is 201 (78.91% from 255 or 29.82% from 674); Blue value is 252 (98.83% from 255 or 37.39% from 674); Max value from RGB is 252 - color contains mainly: blue. Hex color #DDC9FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDC9FC is #223603. Grayscale: #D4D4D4. Windows color (decimal): -2242052 or 16566749. OLE color: 16566749.
HSL color Cylindrical-coordinate representation of color #DDC9FC: hue angle of 263.53º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DDC9FC is Cyan = 0.12, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 221 | 201 | 252 | - |
| CMYK | 0.12 | 0.20 | 0 | 0.01 |
| HSL | 263.53º | 0.89% | 0.89% | - |
| HSV(B) | 263.53º | 0.2% | 0.99% | - |
| XYZ | 68.28 | 64.17 | 100.88 | - |
| YUV | 212.79 | 150.13 | 133.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 201 | 252 | 0.12 | 0.20 | 0 | 0.01 | 263.53 | 0.89 | 0.89 |
| Hex | DD | C9 | FC | C | 14 | 0 | 1 | 108 | 59 | 59 |
| Octal | 335 | 311 | 374 | 14 | 24 | 0 | 1 | 410 | 131 | 131 |
| Binary | 11011101 | 11001001 | 11111100 | 1100 | 10100 | 0 | 1 | 100001000 | 1011001 | 1011001 |
Color Harmonies of #DDC9FC
Complementary color
Monochromatic Colors of #DDC9FC
Black with #DDC9FC
Text Example
Text Example
White with #DDC9FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC9FC; }
p { color: rgb(221,201,252); }
H1.HeaderClassName
{
color: #DDC9FC;
}
.AnyTagClassName
{
color: #DDC9FC;
}
</style>
background-color css
<style>
a { background-color: #DDC9FC; }
a { background-color: rgb(221,201,252); }
div.DivClassName
{
background-color: #DDC9FC;
}
.BgClassName
{
background-color: #DDC9FC;
}
</style>
border-color css
<style>
span { border-color: #DDC9FC; }
span { border-color: rgb(221,201,252); }
td.TdClassName
{
border-color: #DDC9FC;
}
.TagClassName
{
border-color: #DDC9FC;
}
</style>