Shades of Fog #DDC7EE
Tints of Fog #DDC7EE
RGB
CMYK
RGB Variations
Color information
#DDC7EE (or 0xDDC7EE) is known color: Fog. HEX triplet: DD, C7 and EE. RGB value is (221,199,238). Sum of RGB (Red+Green+Blue) = 221+199+238=658 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.59% from 658); Green value is 199 (78.12% from 255 or 30.24% from 658); Blue value is 238 (93.36% from 255 or 36.17% from 658); Max value from RGB is 238 - color contains mainly: blue. Hex color #DDC7EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDC7EE is #223811. Grayscale: #D1D1D1. Windows color (decimal): -2242578 or 15648733. OLE color: 15648733.
HSL color Cylindrical-coordinate representation of color #DDC7EE: hue angle of 273.85º degrees, saturation: 0.53, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DDC7EE is Cyan = 0.07, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 221 | 199 | 238 | - |
CMYK | 0.07 | 0.16 | 0 | 0.07 |
HSL | 273.85º | 0.53% | 0.86% | - |
HSV(B) | 273.85º | 0.16% | 0.93% | - |
XYZ | 65.67 | 62.39 | 89.47 | - |
YUV | 210.02 | 143.79 | 135.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 199 | 238 | 0.07 | 0.16 | 0 | 0.07 | 273.85 | 0.53 | 0.86 |
Hex | DD | C7 | EE | 7 | 10 | 0 | 7 | 112 | 35 | 56 |
Octal | 335 | 307 | 356 | 7 | 20 | 0 | 7 | 422 | 65 | 126 |
Binary | 11011101 | 11000111 | 11101110 | 111 | 10000 | 0 | 111 | 100010010 | 110101 | 1010110 |
Color Harmonies of #DDC7EE
Complementary color
Monochromatic Colors of #DDC7EE
Black with #DDC7EE
Text Example
Text Example
White with #DDC7EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC7EE; }
p { color: rgb(221,199,238); }
H1.HeaderClassName
{
color: #DDC7EE;
}
.AnyTagClassName
{
color: #DDC7EE;
}
</style>
background-color css
<style>
a { background-color: #DDC7EE; }
a { background-color: rgb(221,199,238); }
div.DivClassName
{
background-color: #DDC7EE;
}
.BgClassName
{
background-color: #DDC7EE;
}
</style>
border-color css
<style>
span { border-color: #DDC7EE; }
span { border-color: rgb(221,199,238); }
td.TdClassName
{
border-color: #DDC7EE;
}
.TagClassName
{
border-color: #DDC7EE;
}
</style>