Shades of Fog #DDC3F1
Tints of Fog #DDC3F1
RGB
CMYK
RGB Variations
Color information
#DDC3F1 (or 0xDDC3F1) is known color: Fog. HEX triplet: DD, C3 and F1. RGB value is (221,195,241). Sum of RGB (Red+Green+Blue) = 221+195+241=657 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.64% from 657); Green value is 195 (76.56% from 255 or 29.68% from 657); Blue value is 241 (94.53% from 255 or 36.68% from 657); Max value from RGB is 241 - color contains mainly: blue. Hex color #DDC3F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDC3F1 is #223C0E. Grayscale: #CFCFCF. Windows color (decimal): -2243599 or 15844317. OLE color: 15844317.
HSL color Cylindrical-coordinate representation of color #DDC3F1: hue angle of 273.91º degrees, saturation: 0.62, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DDC3F1 is Cyan = 0.08, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 195 | 241 | - |
| CMYK | 0.08 | 0.19 | 0 | 0.05 |
| HSL | 273.91º | 0.62% | 0.85% | - |
| HSV(B) | 273.91º | 0.19% | 0.95% | - |
| XYZ | 65.21 | 60.75 | 91.51 | - |
| YUV | 208.02 | 146.61 | 137.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 195 | 241 | 0.08 | 0.19 | 0 | 0.05 | 273.91 | 0.62 | 0.85 |
| Hex | DD | C3 | F1 | 8 | 13 | 0 | 5 | 112 | 3E | 55 |
| Octal | 335 | 303 | 361 | 10 | 23 | 0 | 5 | 422 | 76 | 125 |
| Binary | 11011101 | 11000011 | 11110001 | 1000 | 10011 | 0 | 101 | 100010010 | 111110 | 1010101 |
Color Harmonies of #DDC3F1
Complementary color
Monochromatic Colors of #DDC3F1
Black with #DDC3F1
Text Example
Text Example
White with #DDC3F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC3F1; }
p { color: rgb(221,195,241); }
H1.HeaderClassName
{
color: #DDC3F1;
}
.AnyTagClassName
{
color: #DDC3F1;
}
</style>
background-color css
<style>
a { background-color: #DDC3F1; }
a { background-color: rgb(221,195,241); }
div.DivClassName
{
background-color: #DDC3F1;
}
.BgClassName
{
background-color: #DDC3F1;
}
</style>
border-color css
<style>
span { border-color: #DDC3F1; }
span { border-color: rgb(221,195,241); }
td.TdClassName
{
border-color: #DDC3F1;
}
.TagClassName
{
border-color: #DDC3F1;
}
</style>