Shades of Fog #DDC8F5
Tints of Fog #DDC8F5
RGB
CMYK
RGB Variations
Color information
#DDC8F5 (or 0xDDC8F5) is known color: Fog. HEX triplet: DD, C8 and F5. RGB value is (221,200,245). Sum of RGB (Red+Green+Blue) = 221+200+245=666 (88% of max value = 765). Red value is 221 (86.72% from 255 or 33.18% from 666); Green value is 200 (78.52% from 255 or 30.03% from 666); Blue value is 245 (96.09% from 255 or 36.79% from 666); Max value from RGB is 245 - color contains mainly: blue. Hex color #DDC8F5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDC8F5 is #22370A. Grayscale: #D3D3D3. Windows color (decimal): -2242315 or 16107741. OLE color: 16107741.
HSL color Cylindrical-coordinate representation of color #DDC8F5: hue angle of 268º degrees, saturation: 0.69, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DDC8F5 is Cyan = 0.10, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 221 | 200 | 245 | - |
| CMYK | 0.10 | 0.18 | 0 | 0.04 |
| HSL | 268º | 0.69% | 0.87% | - |
| HSV(B) | 268º | 0.18% | 0.96% | - |
| XYZ | 66.95 | 63.27 | 95.07 | - |
| YUV | 211.41 | 146.96 | 134.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 200 | 245 | 0.10 | 0.18 | 0 | 0.04 | 268 | 0.69 | 0.87 |
| Hex | DD | C8 | F5 | A | 12 | 0 | 4 | 10C | 45 | 57 |
| Octal | 335 | 310 | 365 | 12 | 22 | 0 | 4 | 414 | 105 | 127 |
| Binary | 11011101 | 11001000 | 11110101 | 1010 | 10010 | 0 | 100 | 100001100 | 1000101 | 1010111 |
Color Harmonies of #DDC8F5
Complementary color
Monochromatic Colors of #DDC8F5
Black with #DDC8F5
Text Example
Text Example
White with #DDC8F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC8F5; }
p { color: rgb(221,200,245); }
H1.HeaderClassName
{
color: #DDC8F5;
}
.AnyTagClassName
{
color: #DDC8F5;
}
</style>
background-color css
<style>
a { background-color: #DDC8F5; }
a { background-color: rgb(221,200,245); }
div.DivClassName
{
background-color: #DDC8F5;
}
.BgClassName
{
background-color: #DDC8F5;
}
</style>
border-color css
<style>
span { border-color: #DDC8F5; }
span { border-color: rgb(221,200,245); }
td.TdClassName
{
border-color: #DDC8F5;
}
.TagClassName
{
border-color: #DDC8F5;
}
</style>