Shades of Fog #DDC3F8
Tints of Fog #DDC3F8
RGB
CMYK
RGB Variations
Color information
#DDC3F8 (or 0xDDC3F8) is known color: Fog. HEX triplet: DD, C3 and F8. RGB value is (221,195,248). Sum of RGB (Red+Green+Blue) = 221+195+248=664 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.28% from 664); Green value is 195 (76.56% from 255 or 29.37% from 664); Blue value is 248 (97.27% from 255 or 37.35% from 664); Max value from RGB is 248 - color contains mainly: blue. Hex color #DDC3F8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDC3F8 is #223C07. Grayscale: #D0D0D0. Windows color (decimal): -2243592 or 16303069. OLE color: 16303069.
HSL color Cylindrical-coordinate representation of color #DDC3F8: hue angle of 269.43º degrees, saturation: 0.79, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DDC3F8 is Cyan = 0.11, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 221 | 195 | 248 | - |
| CMYK | 0.11 | 0.21 | 0 | 0.03 |
| HSL | 269.43º | 0.79% | 0.87% | - |
| HSV(B) | 269.43º | 0.21% | 0.97% | - |
| XYZ | 66.28 | 61.18 | 97.12 | - |
| YUV | 208.82 | 150.11 | 136.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 195 | 248 | 0.11 | 0.21 | 0 | 0.03 | 269.43 | 0.79 | 0.87 |
| Hex | DD | C3 | F8 | B | 15 | 0 | 3 | 10D | 4F | 57 |
| Octal | 335 | 303 | 370 | 13 | 25 | 0 | 3 | 415 | 117 | 127 |
| Binary | 11011101 | 11000011 | 11111000 | 1011 | 10101 | 0 | 11 | 100001101 | 1001111 | 1010111 |
Color Harmonies of #DDC3F8
Complementary color
Monochromatic Colors of #DDC3F8
Black with #DDC3F8
Text Example
Text Example
White with #DDC3F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC3F8; }
p { color: rgb(221,195,248); }
H1.HeaderClassName
{
color: #DDC3F8;
}
.AnyTagClassName
{
color: #DDC3F8;
}
</style>
background-color css
<style>
a { background-color: #DDC3F8; }
a { background-color: rgb(221,195,248); }
div.DivClassName
{
background-color: #DDC3F8;
}
.BgClassName
{
background-color: #DDC3F8;
}
</style>
border-color css
<style>
span { border-color: #DDC3F8; }
span { border-color: rgb(221,195,248); }
td.TdClassName
{
border-color: #DDC3F8;
}
.TagClassName
{
border-color: #DDC3F8;
}
</style>