Shades of Fog #DDC6F1
Tints of Fog #DDC6F1
RGB
CMYK
RGB Variations
Color information
#DDC6F1 (or 0xDDC6F1) is known color: Fog. HEX triplet: DD, C6 and F1. RGB value is (221,198,241). Sum of RGB (Red+Green+Blue) = 221+198+241=660 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.48% from 660); Green value is 198 (77.73% from 255 or 30% from 660); Blue value is 241 (94.53% from 255 or 36.52% from 660); Max value from RGB is 241 - color contains mainly: blue. Hex color #DDC6F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDC6F1 is #22390E. Grayscale: #D1D1D1. Windows color (decimal): -2242831 or 15845085. OLE color: 15845085.
HSL color Cylindrical-coordinate representation of color #DDC6F1: hue angle of 272.09º degrees, saturation: 0.61, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DDC6F1 is Cyan = 0.08, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 198 | 241 | - |
| CMYK | 0.08 | 0.18 | 0 | 0.05 |
| HSL | 272.09º | 0.61% | 0.86% | - |
| HSV(B) | 272.09º | 0.18% | 0.95% | - |
| XYZ | 65.89 | 62.11 | 91.73 | - |
| YUV | 209.78 | 145.62 | 136 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 198 | 241 | 0.08 | 0.18 | 0 | 0.05 | 272.09 | 0.61 | 0.86 |
| Hex | DD | C6 | F1 | 8 | 12 | 0 | 5 | 110 | 3D | 56 |
| Octal | 335 | 306 | 361 | 10 | 22 | 0 | 5 | 420 | 75 | 126 |
| Binary | 11011101 | 11000110 | 11110001 | 1000 | 10010 | 0 | 101 | 100010000 | 111101 | 1010110 |
Color Harmonies of #DDC6F1
Complementary color
Monochromatic Colors of #DDC6F1
Black with #DDC6F1
Text Example
Text Example
White with #DDC6F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC6F1; }
p { color: rgb(221,198,241); }
H1.HeaderClassName
{
color: #DDC6F1;
}
.AnyTagClassName
{
color: #DDC6F1;
}
</style>
background-color css
<style>
a { background-color: #DDC6F1; }
a { background-color: rgb(221,198,241); }
div.DivClassName
{
background-color: #DDC6F1;
}
.BgClassName
{
background-color: #DDC6F1;
}
</style>
border-color css
<style>
span { border-color: #DDC6F1; }
span { border-color: rgb(221,198,241); }
td.TdClassName
{
border-color: #DDC6F1;
}
.TagClassName
{
border-color: #DDC6F1;
}
</style>