Shades of Fog #DDC0F2
Tints of Fog #DDC0F2
RGB
CMYK
RGB Variations
Color information
#DDC0F2 (or 0xDDC0F2) is known color: Fog. HEX triplet: DD, C0 and F2. RGB value is (221,192,242). Sum of RGB (Red+Green+Blue) = 221+192+242=655 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.74% from 655); Green value is 192 (75.39% from 255 or 29.31% from 655); Blue value is 242 (94.92% from 255 or 36.95% from 655); Max value from RGB is 242 - color contains mainly: blue. Hex color #DDC0F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDC0F2 is #223F0D. Grayscale: #CECECE. Windows color (decimal): -2244366 or 15909085. OLE color: 15909085.
HSL color Cylindrical-coordinate representation of color #DDC0F2: hue angle of 274.8º degrees, saturation: 0.66, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DDC0F2 is Cyan = 0.09, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 192 | 242 | - |
| CMYK | 0.09 | 0.21 | 0 | 0.05 |
| HSL | 274.8º | 0.66% | 0.85% | - |
| HSV(B) | 274.8º | 0.21% | 0.95% | - |
| XYZ | 64.7 | 59.48 | 92.08 | - |
| YUV | 206.37 | 148.11 | 138.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 192 | 242 | 0.09 | 0.21 | 0 | 0.05 | 274.8 | 0.66 | 0.85 |
| Hex | DD | C0 | F2 | 9 | 15 | 0 | 5 | 113 | 42 | 55 |
| Octal | 335 | 300 | 362 | 11 | 25 | 0 | 5 | 423 | 102 | 125 |
| Binary | 11011101 | 11000000 | 11110010 | 1001 | 10101 | 0 | 101 | 100010011 | 1000010 | 1010101 |
Color Harmonies of #DDC0F2
Complementary color
Monochromatic Colors of #DDC0F2
Black with #DDC0F2
Text Example
Text Example
White with #DDC0F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC0F2; }
p { color: rgb(221,192,242); }
H1.HeaderClassName
{
color: #DDC0F2;
}
.AnyTagClassName
{
color: #DDC0F2;
}
</style>
background-color css
<style>
a { background-color: #DDC0F2; }
a { background-color: rgb(221,192,242); }
div.DivClassName
{
background-color: #DDC0F2;
}
.BgClassName
{
background-color: #DDC0F2;
}
</style>
border-color css
<style>
span { border-color: #DDC0F2; }
span { border-color: rgb(221,192,242); }
td.TdClassName
{
border-color: #DDC0F2;
}
.TagClassName
{
border-color: #DDC0F2;
}
</style>