Shades of Fog #DDC9FD
Tints of Fog #DDC9FD
RGB
CMYK
RGB Variations
Color information
#DDC9FD (or 0xDDC9FD) is known color: Fog. HEX triplet: DD, C9 and FD. RGB value is (221,201,253). Sum of RGB (Red+Green+Blue) = 221+201+253=675 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.74% from 675); Green value is 201 (78.91% from 255 or 29.78% from 675); Blue value is 253 (99.22% from 255 or 37.48% from 675); Max value from RGB is 253 - color contains mainly: blue. Hex color #DDC9FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDC9FD is #223602. Grayscale: #D4D4D4. Windows color (decimal): -2242051 or 16632285. OLE color: 16632285.
HSL color Cylindrical-coordinate representation of color #DDC9FD: hue angle of 263.08º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DDC9FD is Cyan = 0.13, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 221 | 201 | 253 | - |
CMYK | 0.13 | 0.21 | 0 | 0.01 |
HSL | 263.08º | 0.93% | 0.89% | - |
HSV(B) | 263.08º | 0.21% | 0.99% | - |
XYZ | 68.44 | 64.24 | 101.72 | - |
YUV | 212.91 | 150.63 | 133.77 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 201 | 253 | 0.13 | 0.21 | 0 | 0.01 | 263.08 | 0.93 | 0.89 |
Hex | DD | C9 | FD | D | 15 | 0 | 1 | 107 | 5D | 59 |
Octal | 335 | 311 | 375 | 15 | 25 | 0 | 1 | 407 | 135 | 131 |
Binary | 11011101 | 11001001 | 11111101 | 1101 | 10101 | 0 | 1 | 100000111 | 1011101 | 1011001 |
Color Harmonies of #DDC9FD
Complementary color
Monochromatic Colors of #DDC9FD
Black with #DDC9FD
Text Example
Text Example
White with #DDC9FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC9FD; }
p { color: rgb(221,201,253); }
H1.HeaderClassName
{
color: #DDC9FD;
}
.AnyTagClassName
{
color: #DDC9FD;
}
</style>
background-color css
<style>
a { background-color: #DDC9FD; }
a { background-color: rgb(221,201,253); }
div.DivClassName
{
background-color: #DDC9FD;
}
.BgClassName
{
background-color: #DDC9FD;
}
</style>
border-color css
<style>
span { border-color: #DDC9FD; }
span { border-color: rgb(221,201,253); }
td.TdClassName
{
border-color: #DDC9FD;
}
.TagClassName
{
border-color: #DDC9FD;
}
</style>