Shades of Fog #DDCCF5
Tints of Fog #DDCCF5
RGB
CMYK
RGB Variations
Color information
#DDCCF5 (or 0xDDCCF5) is known color: Fog. HEX triplet: DD, CC and F5. RGB value is (221,204,245). Sum of RGB (Red+Green+Blue) = 221+204+245=670 (88% of max value = 765). Red value is 221 (86.72% from 255 or 32.99% from 670); Green value is 204 (80.08% from 255 or 30.45% from 670); Blue value is 245 (96.09% from 255 or 36.57% from 670); Max value from RGB is 245 - color contains mainly: blue. Hex color #DDCCF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDCCF5 is #22330A. Grayscale: #D5D5D5. Windows color (decimal): -2241291 or 16108765. OLE color: 16108765.
HSL color Cylindrical-coordinate representation of color #DDCCF5: hue angle of 264.88º degrees, saturation: 0.67, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DDCCF5 is Cyan = 0.10, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
RGB | 221 | 204 | 245 | - |
CMYK | 0.10 | 0.17 | 0 | 0.04 |
HSL | 264.88º | 0.67% | 0.88% | - |
HSV(B) | 264.88º | 0.17% | 0.96% | - |
XYZ | 67.89 | 65.15 | 95.38 | - |
YUV | 213.76 | 145.63 | 133.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 204 | 245 | 0.10 | 0.17 | 0 | 0.04 | 264.88 | 0.67 | 0.88 |
Hex | DD | CC | F5 | A | 11 | 0 | 4 | 109 | 43 | 58 |
Octal | 335 | 314 | 365 | 12 | 21 | 0 | 4 | 411 | 103 | 130 |
Binary | 11011101 | 11001100 | 11110101 | 1010 | 10001 | 0 | 100 | 100001001 | 1000011 | 1011000 |
Color Harmonies of #DDCCF5
Complementary color
Monochromatic Colors of #DDCCF5
Black with #DDCCF5
Text Example
Text Example
White with #DDCCF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCCF5; }
p { color: rgb(221,204,245); }
H1.HeaderClassName
{
color: #DDCCF5;
}
.AnyTagClassName
{
color: #DDCCF5;
}
</style>
background-color css
<style>
a { background-color: #DDCCF5; }
a { background-color: rgb(221,204,245); }
div.DivClassName
{
background-color: #DDCCF5;
}
.BgClassName
{
background-color: #DDCCF5;
}
</style>
border-color css
<style>
span { border-color: #DDCCF5; }
span { border-color: rgb(221,204,245); }
td.TdClassName
{
border-color: #DDCCF5;
}
.TagClassName
{
border-color: #DDCCF5;
}
</style>