Shades of Fog #DDC8F1
Tints of Fog #DDC8F1
RGB
CMYK
RGB Variations
Color information
#DDC8F1 (or 0xDDC8F1) is known color: Fog. HEX triplet: DD, C8 and F1. RGB value is (221,200,241). Sum of RGB (Red+Green+Blue) = 221+200+241=662 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.38% from 662); Green value is 200 (78.52% from 255 or 30.21% from 662); Blue value is 241 (94.53% from 255 or 36.40% from 662); Max value from RGB is 241 - color contains mainly: blue. Hex color #DDC8F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDC8F1 is #22370E. Grayscale: #D2D2D2. Windows color (decimal): -2242319 or 15845597. OLE color: 15845597.
HSL color Cylindrical-coordinate representation of color #DDC8F1: hue angle of 270.73º degrees, saturation: 0.59, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DDC8F1 is Cyan = 0.08, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 200 | 241 | - |
| CMYK | 0.08 | 0.17 | 0 | 0.05 |
| HSL | 270.73º | 0.59% | 0.86% | - |
| HSV(B) | 270.73º | 0.17% | 0.95% | - |
| XYZ | 66.35 | 63.03 | 91.89 | - |
| YUV | 210.95 | 144.96 | 135.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 200 | 241 | 0.08 | 0.17 | 0 | 0.05 | 270.73 | 0.59 | 0.86 |
| Hex | DD | C8 | F1 | 8 | 11 | 0 | 5 | 10F | 3B | 56 |
| Octal | 335 | 310 | 361 | 10 | 21 | 0 | 5 | 417 | 73 | 126 |
| Binary | 11011101 | 11001000 | 11110001 | 1000 | 10001 | 0 | 101 | 100001111 | 111011 | 1010110 |
Color Harmonies of #DDC8F1
Complementary color
Monochromatic Colors of #DDC8F1
Black with #DDC8F1
Text Example
Text Example
White with #DDC8F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC8F1; }
p { color: rgb(221,200,241); }
H1.HeaderClassName
{
color: #DDC8F1;
}
.AnyTagClassName
{
color: #DDC8F1;
}
</style>
background-color css
<style>
a { background-color: #DDC8F1; }
a { background-color: rgb(221,200,241); }
div.DivClassName
{
background-color: #DDC8F1;
}
.BgClassName
{
background-color: #DDC8F1;
}
</style>
border-color css
<style>
span { border-color: #DDC8F1; }
span { border-color: rgb(221,200,241); }
td.TdClassName
{
border-color: #DDC8F1;
}
.TagClassName
{
border-color: #DDC8F1;
}
</style>