Shades of Fog #DDC4F3
Tints of Fog #DDC4F3
RGB
CMYK
RGB Variations
Color information
#DDC4F3 (or 0xDDC4F3) is known color: Fog. HEX triplet: DD, C4 and F3. RGB value is (221,196,243). Sum of RGB (Red+Green+Blue) = 221+196+243=660 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.48% from 660); Green value is 196 (76.95% from 255 or 29.70% from 660); Blue value is 243 (95.31% from 255 or 36.82% from 660); Max value from RGB is 243 - color contains mainly: blue. Hex color #DDC4F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDC4F3 is #223B0C. Grayscale: #D0D0D0. Windows color (decimal): -2243341 or 15975645. OLE color: 15975645.
HSL color Cylindrical-coordinate representation of color #DDC4F3: hue angle of 271.91º degrees, saturation: 0.66, 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 #DDC4F3 is Cyan = 0.09, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 196 | 243 | - |
| CMYK | 0.09 | 0.19 | 0 | 0.05 |
| HSL | 271.91º | 0.66% | 0.86% | - |
| HSV(B) | 271.91º | 0.19% | 0.95% | - |
| XYZ | 65.74 | 61.32 | 93.17 | - |
| YUV | 208.83 | 147.28 | 136.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 196 | 243 | 0.09 | 0.19 | 0 | 0.05 | 271.91 | 0.66 | 0.86 |
| Hex | DD | C4 | F3 | 9 | 13 | 0 | 5 | 110 | 42 | 56 |
| Octal | 335 | 304 | 363 | 11 | 23 | 0 | 5 | 420 | 102 | 126 |
| Binary | 11011101 | 11000100 | 11110011 | 1001 | 10011 | 0 | 101 | 100010000 | 1000010 | 1010110 |
Color Harmonies of #DDC4F3
Complementary color
Monochromatic Colors of #DDC4F3
Black with #DDC4F3
Text Example
Text Example
White with #DDC4F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC4F3; }
p { color: rgb(221,196,243); }
H1.HeaderClassName
{
color: #DDC4F3;
}
.AnyTagClassName
{
color: #DDC4F3;
}
</style>
background-color css
<style>
a { background-color: #DDC4F3; }
a { background-color: rgb(221,196,243); }
div.DivClassName
{
background-color: #DDC4F3;
}
.BgClassName
{
background-color: #DDC4F3;
}
</style>
border-color css
<style>
span { border-color: #DDC4F3; }
span { border-color: rgb(221,196,243); }
td.TdClassName
{
border-color: #DDC4F3;
}
.TagClassName
{
border-color: #DDC4F3;
}
</style>