Shades of Fog #DDC7FE
Tints of Fog #DDC7FE
RGB
CMYK
RGB Variations
Color information
#DDC7FE (or 0xDDC7FE) is known color: Fog. HEX triplet: DD, C7 and FE. RGB value is (221,199,254). Sum of RGB (Red+Green+Blue) = 221+199+254=674 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.79% from 674); Green value is 199 (78.12% from 255 or 29.53% from 674); Blue value is 254 (99.61% from 255 or 37.69% from 674); Max value from RGB is 254 - color contains mainly: blue. Hex color #DDC7FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDC7FE is #223801. Grayscale: #D3D3D3. Windows color (decimal): -2242562 or 16697309. OLE color: 16697309.
HSL color Cylindrical-coordinate representation of color #DDC7FE: hue angle of 264º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DDC7FE is Cyan = 0.13, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 221 | 199 | 254 | - |
| CMYK | 0.13 | 0.22 | 0 | 0.00 |
| HSL | 264º | 0.96% | 0.89% | - |
| HSV(B) | 264º | 0.22% | 1% | - |
| XYZ | 68.13 | 63.37 | 102.41 | - |
| YUV | 211.85 | 151.79 | 134.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 199 | 254 | 0.13 | 0.22 | 0 | 0.00 | 264 | 0.96 | 0.89 |
| Hex | DD | C7 | FE | D | 16 | 0 | 0 | 108 | 60 | 59 |
| Octal | 335 | 307 | 376 | 15 | 26 | 0 | 0 | 410 | 140 | 131 |
| Binary | 11011101 | 11000111 | 11111110 | 1101 | 10110 | 0 | 0 | 100001000 | 1100000 | 1011001 |
Color Harmonies of #DDC7FE
Complementary color
Monochromatic Colors of #DDC7FE
Black with #DDC7FE
Text Example
Text Example
White with #DDC7FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC7FE; }
p { color: rgb(221,199,254); }
H1.HeaderClassName
{
color: #DDC7FE;
}
.AnyTagClassName
{
color: #DDC7FE;
}
</style>
background-color css
<style>
a { background-color: #DDC7FE; }
a { background-color: rgb(221,199,254); }
div.DivClassName
{
background-color: #DDC7FE;
}
.BgClassName
{
background-color: #DDC7FE;
}
</style>
border-color css
<style>
span { border-color: #DDC7FE; }
span { border-color: rgb(221,199,254); }
td.TdClassName
{
border-color: #DDC7FE;
}
.TagClassName
{
border-color: #DDC7FE;
}
</style>