Shades of Fog #DDCCF2
Tints of Fog #DDCCF2
RGB
CMYK
RGB Variations
Color information
#DDCCF2 (or 0xDDCCF2) is known color: Fog. HEX triplet: DD, CC and F2. RGB value is (221,204,242). Sum of RGB (Red+Green+Blue) = 221+204+242=667 (88% of max value = 765). Red value is 221 (86.72% from 255 or 33.13% from 667); Green value is 204 (80.08% from 255 or 30.58% from 667); Blue value is 242 (94.92% from 255 or 36.28% from 667); Max value from RGB is 242 - color contains mainly: blue. Hex color #DDCCF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDCCF2 is #22330D. Grayscale: #D5D5D5. Windows color (decimal): -2241294 or 15912157. OLE color: 15912157.
HSL color Cylindrical-coordinate representation of color #DDCCF2: hue angle of 266.84º degrees, saturation: 0.59, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DDCCF2 is Cyan = 0.09, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 204 | 242 | - |
| CMYK | 0.09 | 0.16 | 0 | 0.05 |
| HSL | 266.84º | 0.59% | 0.87% | - |
| HSV(B) | 266.84º | 0.16% | 0.95% | - |
| XYZ | 67.44 | 64.97 | 92.99 | - |
| YUV | 213.42 | 144.13 | 133.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 204 | 242 | 0.09 | 0.16 | 0 | 0.05 | 266.84 | 0.59 | 0.87 |
| Hex | DD | CC | F2 | 9 | 10 | 0 | 5 | 10B | 3B | 57 |
| Octal | 335 | 314 | 362 | 11 | 20 | 0 | 5 | 413 | 73 | 127 |
| Binary | 11011101 | 11001100 | 11110010 | 1001 | 10000 | 0 | 101 | 100001011 | 111011 | 1010111 |
Color Harmonies of #DDCCF2
Complementary color
Monochromatic Colors of #DDCCF2
Black with #DDCCF2
Text Example
Text Example
White with #DDCCF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCCF2; }
p { color: rgb(221,204,242); }
H1.HeaderClassName
{
color: #DDCCF2;
}
.AnyTagClassName
{
color: #DDCCF2;
}
</style>
background-color css
<style>
a { background-color: #DDCCF2; }
a { background-color: rgb(221,204,242); }
div.DivClassName
{
background-color: #DDCCF2;
}
.BgClassName
{
background-color: #DDCCF2;
}
</style>
border-color css
<style>
span { border-color: #DDCCF2; }
span { border-color: rgb(221,204,242); }
td.TdClassName
{
border-color: #DDCCF2;
}
.TagClassName
{
border-color: #DDCCF2;
}
</style>