Shades of Fog #DDCDFB
Tints of Fog #DDCDFB
RGB
CMYK
RGB Variations
Color information
#DDCDFB (or 0xDDCDFB) is known color: Fog. HEX triplet: DD, CD and FB. RGB value is (221,205,251). Sum of RGB (Red+Green+Blue) = 221+205+251=677 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.64% from 677); Green value is 205 (80.47% from 255 or 30.28% from 677); Blue value is 251 (98.44% from 255 or 37.08% from 677); Max value from RGB is 251 - color contains mainly: blue. Hex color #DDCDFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDCDFB is #223204. Grayscale: #D6D6D6. Windows color (decimal): -2241029 or 16502237. OLE color: 16502237.
HSL color Cylindrical-coordinate representation of color #DDCDFB: hue angle of 260.87º degrees, saturation: 0.85, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DDCDFB is Cyan = 0.12, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 221 | 205 | 251 | - |
| CMYK | 0.12 | 0.18 | 0 | 0.02 |
| HSL | 260.87º | 0.85% | 0.89% | - |
| HSV(B) | 260.87º | 0.18% | 0.98% | - |
| XYZ | 69.06 | 66 | 100.37 | - |
| YUV | 215.03 | 148.3 | 132.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 205 | 251 | 0.12 | 0.18 | 0 | 0.02 | 260.87 | 0.85 | 0.89 |
| Hex | DD | CD | FB | C | 12 | 0 | 2 | 105 | 55 | 59 |
| Octal | 335 | 315 | 373 | 14 | 22 | 0 | 2 | 405 | 125 | 131 |
| Binary | 11011101 | 11001101 | 11111011 | 1100 | 10010 | 0 | 10 | 100000101 | 1010101 | 1011001 |
Color Harmonies of #DDCDFB
Complementary color
Monochromatic Colors of #DDCDFB
Black with #DDCDFB
Text Example
Text Example
White with #DDCDFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCDFB; }
p { color: rgb(221,205,251); }
H1.HeaderClassName
{
color: #DDCDFB;
}
.AnyTagClassName
{
color: #DDCDFB;
}
</style>
background-color css
<style>
a { background-color: #DDCDFB; }
a { background-color: rgb(221,205,251); }
div.DivClassName
{
background-color: #DDCDFB;
}
.BgClassName
{
background-color: #DDCDFB;
}
</style>
border-color css
<style>
span { border-color: #DDCDFB; }
span { border-color: rgb(221,205,251); }
td.TdClassName
{
border-color: #DDCDFB;
}
.TagClassName
{
border-color: #DDCDFB;
}
</style>