Shades of Fog #DDC0F3
Tints of Fog #DDC0F3
RGB
CMYK
RGB Variations
Color information
#DDC0F3 (or 0xDDC0F3) is known color: Fog. HEX triplet: DD, C0 and F3. RGB value is (221,192,243). Sum of RGB (Red+Green+Blue) = 221+192+243=656 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.69% from 656); Green value is 192 (75.39% from 255 or 29.27% from 656); Blue value is 243 (95.31% from 255 or 37.04% from 656); Max value from RGB is 243 - color contains mainly: blue. Hex color #DDC0F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDC0F3 is #223F0C. Grayscale: #CECECE. Windows color (decimal): -2244365 or 15974621. OLE color: 15974621.
HSL color Cylindrical-coordinate representation of color #DDC0F3: hue angle of 274.12º degrees, saturation: 0.68, 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 #DDC0F3 is Cyan = 0.09, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 192 | 243 | - |
| CMYK | 0.09 | 0.21 | 0 | 0.05 |
| HSL | 274.12º | 0.68% | 0.85% | - |
| HSV(B) | 274.12º | 0.21% | 0.95% | - |
| XYZ | 64.85 | 59.54 | 92.87 | - |
| YUV | 206.49 | 148.61 | 138.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 192 | 243 | 0.09 | 0.21 | 0 | 0.05 | 274.12 | 0.68 | 0.85 |
| Hex | DD | C0 | F3 | 9 | 15 | 0 | 5 | 112 | 44 | 55 |
| Octal | 335 | 300 | 363 | 11 | 25 | 0 | 5 | 422 | 104 | 125 |
| Binary | 11011101 | 11000000 | 11110011 | 1001 | 10101 | 0 | 101 | 100010010 | 1000100 | 1010101 |
Color Harmonies of #DDC0F3
Complementary color
Monochromatic Colors of #DDC0F3
Black with #DDC0F3
Text Example
Text Example
White with #DDC0F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC0F3; }
p { color: rgb(221,192,243); }
H1.HeaderClassName
{
color: #DDC0F3;
}
.AnyTagClassName
{
color: #DDC0F3;
}
</style>
background-color css
<style>
a { background-color: #DDC0F3; }
a { background-color: rgb(221,192,243); }
div.DivClassName
{
background-color: #DDC0F3;
}
.BgClassName
{
background-color: #DDC0F3;
}
</style>
border-color css
<style>
span { border-color: #DDC0F3; }
span { border-color: rgb(221,192,243); }
td.TdClassName
{
border-color: #DDC0F3;
}
.TagClassName
{
border-color: #DDC0F3;
}
</style>