Shades of Fog #DDC4F0
Tints of Fog #DDC4F0
RGB
CMYK
RGB Variations
Color information
#DDC4F0 (or 0xDDC4F0) is known color: Fog. HEX triplet: DD, C4 and F0. RGB value is (221,196,240). Sum of RGB (Red+Green+Blue) = 221+196+240=657 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.64% from 657); Green value is 196 (76.95% from 255 or 29.83% from 657); Blue value is 240 (94.14% from 255 or 36.53% from 657); Max value from RGB is 240 - color contains mainly: blue. Hex color #DDC4F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDC4F0 is #223B0F. Grayscale: #D0D0D0. Windows color (decimal): -2243344 or 15779037. OLE color: 15779037.
HSL color Cylindrical-coordinate representation of color #DDC4F0: hue angle of 274.09º degrees, saturation: 0.59, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DDC4F0 is Cyan = 0.08, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 221 | 196 | 240 | - |
CMYK | 0.08 | 0.18 | 0 | 0.06 |
HSL | 274.09º | 0.59% | 0.85% | - |
HSV(B) | 274.09º | 0.18% | 0.94% | - |
XYZ | 65.29 | 61.14 | 90.8 | - |
YUV | 208.49 | 145.78 | 136.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 196 | 240 | 0.08 | 0.18 | 0 | 0.06 | 274.09 | 0.59 | 0.85 |
Hex | DD | C4 | F0 | 8 | 12 | 0 | 6 | 112 | 3B | 55 |
Octal | 335 | 304 | 360 | 10 | 22 | 0 | 6 | 422 | 73 | 125 |
Binary | 11011101 | 11000100 | 11110000 | 1000 | 10010 | 0 | 110 | 100010010 | 111011 | 1010101 |
Color Harmonies of #DDC4F0
Complementary color
Monochromatic Colors of #DDC4F0
Black with #DDC4F0
Text Example
Text Example
White with #DDC4F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC4F0; }
p { color: rgb(221,196,240); }
H1.HeaderClassName
{
color: #DDC4F0;
}
.AnyTagClassName
{
color: #DDC4F0;
}
</style>
background-color css
<style>
a { background-color: #DDC4F0; }
a { background-color: rgb(221,196,240); }
div.DivClassName
{
background-color: #DDC4F0;
}
.BgClassName
{
background-color: #DDC4F0;
}
</style>
border-color css
<style>
span { border-color: #DDC4F0; }
span { border-color: rgb(221,196,240); }
td.TdClassName
{
border-color: #DDC4F0;
}
.TagClassName
{
border-color: #DDC4F0;
}
</style>