Shades of Fog #DDC1F7
Tints of Fog #DDC1F7
RGB
CMYK
RGB Variations
Color information
#DDC1F7 (or 0xDDC1F7) is known color: Fog. HEX triplet: DD, C1 and F7. RGB value is (221,193,247). Sum of RGB (Red+Green+Blue) = 221+193+247=661 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.43% from 661); Green value is 193 (75.78% from 255 or 29.20% from 661); Blue value is 247 (96.88% from 255 or 37.37% from 661); Max value from RGB is 247 - color contains mainly: blue. Hex color #DDC1F7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDC1F7 is #223E08. Grayscale: #CFCFCF. Windows color (decimal): -2244105 or 16237021. OLE color: 16237021.
HSL color Cylindrical-coordinate representation of color #DDC1F7: hue angle of 271.11º degrees, saturation: 0.77, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DDC1F7 is Cyan = 0.11, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 221 | 193 | 247 | - |
| CMYK | 0.11 | 0.22 | 0 | 0.03 |
| HSL | 271.11º | 0.77% | 0.86% | - |
| HSV(B) | 271.11º | 0.22% | 0.97% | - |
| XYZ | 65.68 | 60.23 | 96.16 | - |
| YUV | 207.53 | 150.28 | 137.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 193 | 247 | 0.11 | 0.22 | 0 | 0.03 | 271.11 | 0.77 | 0.86 |
| Hex | DD | C1 | F7 | B | 16 | 0 | 3 | 10F | 4D | 56 |
| Octal | 335 | 301 | 367 | 13 | 26 | 0 | 3 | 417 | 115 | 126 |
| Binary | 11011101 | 11000001 | 11110111 | 1011 | 10110 | 0 | 11 | 100001111 | 1001101 | 1010110 |
Color Harmonies of #DDC1F7
Complementary color
Monochromatic Colors of #DDC1F7
Black with #DDC1F7
Text Example
Text Example
White with #DDC1F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC1F7; }
p { color: rgb(221,193,247); }
H1.HeaderClassName
{
color: #DDC1F7;
}
.AnyTagClassName
{
color: #DDC1F7;
}
</style>
background-color css
<style>
a { background-color: #DDC1F7; }
a { background-color: rgb(221,193,247); }
div.DivClassName
{
background-color: #DDC1F7;
}
.BgClassName
{
background-color: #DDC1F7;
}
</style>
border-color css
<style>
span { border-color: #DDC1F7; }
span { border-color: rgb(221,193,247); }
td.TdClassName
{
border-color: #DDC1F7;
}
.TagClassName
{
border-color: #DDC1F7;
}
</style>