Shades of Fog #DDC7F1
Tints of Fog #DDC7F1
RGB
CMYK
RGB Variations
Color information
#DDC7F1 (or 0xDDC7F1) is known color: Fog. HEX triplet: DD, C7 and F1. RGB value is (221,199,241). Sum of RGB (Red+Green+Blue) = 221+199+241=661 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.43% from 661); Green value is 199 (78.12% from 255 or 30.11% from 661); Blue value is 241 (94.53% from 255 or 36.46% from 661); Max value from RGB is 241 - color contains mainly: blue. Hex color #DDC7F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDC7F1 is #22380E. Grayscale: #D2D2D2. Windows color (decimal): -2242575 or 15845341. OLE color: 15845341.
HSL color Cylindrical-coordinate representation of color #DDC7F1: hue angle of 271.43º degrees, saturation: 0.6, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DDC7F1 is Cyan = 0.08, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 199 | 241 | - |
| CMYK | 0.08 | 0.17 | 0 | 0.05 |
| HSL | 271.43º | 0.6% | 0.86% | - |
| HSV(B) | 271.43º | 0.17% | 0.95% | - |
| XYZ | 66.12 | 62.57 | 91.81 | - |
| YUV | 210.37 | 145.29 | 135.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 199 | 241 | 0.08 | 0.17 | 0 | 0.05 | 271.43 | 0.6 | 0.86 |
| Hex | DD | C7 | F1 | 8 | 11 | 0 | 5 | 10F | 3C | 56 |
| Octal | 335 | 307 | 361 | 10 | 21 | 0 | 5 | 417 | 74 | 126 |
| Binary | 11011101 | 11000111 | 11110001 | 1000 | 10001 | 0 | 101 | 100001111 | 111100 | 1010110 |
Color Harmonies of #DDC7F1
Complementary color
Monochromatic Colors of #DDC7F1
Black with #DDC7F1
Text Example
Text Example
White with #DDC7F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC7F1; }
p { color: rgb(221,199,241); }
H1.HeaderClassName
{
color: #DDC7F1;
}
.AnyTagClassName
{
color: #DDC7F1;
}
</style>
background-color css
<style>
a { background-color: #DDC7F1; }
a { background-color: rgb(221,199,241); }
div.DivClassName
{
background-color: #DDC7F1;
}
.BgClassName
{
background-color: #DDC7F1;
}
</style>
border-color css
<style>
span { border-color: #DDC7F1; }
span { border-color: rgb(221,199,241); }
td.TdClassName
{
border-color: #DDC7F1;
}
.TagClassName
{
border-color: #DDC7F1;
}
</style>