Shades of Fog #DDCFF6
Tints of Fog #DDCFF6
RGB
CMYK
RGB Variations
Color information
#DDCFF6 (or 0xDDCFF6) is known color: Fog. HEX triplet: DD, CF and F6. RGB value is (221,207,246). Sum of RGB (Red+Green+Blue) = 221+207+246=674 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.79% from 674); Green value is 207 (81.25% from 255 or 30.71% from 674); Blue value is 246 (96.48% from 255 or 36.50% from 674); Max value from RGB is 246 - color contains mainly: blue. Hex color #DDCFF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDCFF6 is #223009. Grayscale: #D7D7D7. Windows color (decimal): -2240522 or 16175069. OLE color: 16175069.
HSL color Cylindrical-coordinate representation of color #DDCFF6: hue angle of 261.54º degrees, saturation: 0.68, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DDCFF6 is Cyan = 0.10, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 221 | 207 | 246 | - |
| CMYK | 0.10 | 0.16 | 0 | 0.04 |
| HSL | 261.54º | 0.68% | 0.89% | - |
| HSV(B) | 261.54º | 0.16% | 0.96% | - |
| XYZ | 68.77 | 66.65 | 96.43 | - |
| YUV | 215.63 | 145.14 | 131.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 207 | 246 | 0.10 | 0.16 | 0 | 0.04 | 261.54 | 0.68 | 0.89 |
| Hex | DD | CF | F6 | A | 10 | 0 | 4 | 106 | 44 | 59 |
| Octal | 335 | 317 | 366 | 12 | 20 | 0 | 4 | 406 | 104 | 131 |
| Binary | 11011101 | 11001111 | 11110110 | 1010 | 10000 | 0 | 100 | 100000110 | 1000100 | 1011001 |
Color Harmonies of #DDCFF6
Complementary color
Monochromatic Colors of #DDCFF6
Black with #DDCFF6
Text Example
Text Example
White with #DDCFF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCFF6; }
p { color: rgb(221,207,246); }
H1.HeaderClassName
{
color: #DDCFF6;
}
.AnyTagClassName
{
color: #DDCFF6;
}
</style>
background-color css
<style>
a { background-color: #DDCFF6; }
a { background-color: rgb(221,207,246); }
div.DivClassName
{
background-color: #DDCFF6;
}
.BgClassName
{
background-color: #DDCFF6;
}
</style>
border-color css
<style>
span { border-color: #DDCFF6; }
span { border-color: rgb(221,207,246); }
td.TdClassName
{
border-color: #DDCFF6;
}
.TagClassName
{
border-color: #DDCFF6;
}
</style>