Shades of Fog #DDC4F1
Tints of Fog #DDC4F1
RGB
CMYK
RGB Variations
Color information
#DDC4F1 (or 0xDDC4F1) is known color: Fog. HEX triplet: DD, C4 and F1. RGB value is (221,196,241). Sum of RGB (Red+Green+Blue) = 221+196+241=658 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.59% from 658); Green value is 196 (76.95% from 255 or 29.79% from 658); Blue value is 241 (94.53% from 255 or 36.63% from 658); Max value from RGB is 241 - color contains mainly: blue. Hex color #DDC4F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDC4F1 is #223B0E. Grayscale: #D0D0D0. Windows color (decimal): -2243343 or 15844573. OLE color: 15844573.
HSL color Cylindrical-coordinate representation of color #DDC4F1: hue angle of 273.33º degrees, saturation: 0.62, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DDC4F1 is Cyan = 0.08, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 196 | 241 | - |
| CMYK | 0.08 | 0.19 | 0 | 0.05 |
| HSL | 273.33º | 0.62% | 0.86% | - |
| HSV(B) | 273.33º | 0.19% | 0.95% | - |
| XYZ | 65.44 | 61.2 | 91.58 | - |
| YUV | 208.61 | 146.28 | 136.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 196 | 241 | 0.08 | 0.19 | 0 | 0.05 | 273.33 | 0.62 | 0.86 |
| Hex | DD | C4 | F1 | 8 | 13 | 0 | 5 | 111 | 3E | 56 |
| Octal | 335 | 304 | 361 | 10 | 23 | 0 | 5 | 421 | 76 | 126 |
| Binary | 11011101 | 11000100 | 11110001 | 1000 | 10011 | 0 | 101 | 100010001 | 111110 | 1010110 |
Color Harmonies of #DDC4F1
Complementary color
Monochromatic Colors of #DDC4F1
Black with #DDC4F1
Text Example
Text Example
White with #DDC4F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC4F1; }
p { color: rgb(221,196,241); }
H1.HeaderClassName
{
color: #DDC4F1;
}
.AnyTagClassName
{
color: #DDC4F1;
}
</style>
background-color css
<style>
a { background-color: #DDC4F1; }
a { background-color: rgb(221,196,241); }
div.DivClassName
{
background-color: #DDC4F1;
}
.BgClassName
{
background-color: #DDC4F1;
}
</style>
border-color css
<style>
span { border-color: #DDC4F1; }
span { border-color: rgb(221,196,241); }
td.TdClassName
{
border-color: #DDC4F1;
}
.TagClassName
{
border-color: #DDC4F1;
}
</style>