Shades of Fog #DDC5FE
Tints of Fog #DDC5FE
RGB
CMYK
RGB Variations
Color information
#DDC5FE (or 0xDDC5FE) is known color: Fog. HEX triplet: DD, C5 and FE. RGB value is (221,197,254). Sum of RGB (Red+Green+Blue) = 221+197+254=672 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.89% from 672); Green value is 197 (77.34% from 255 or 29.32% from 672); Blue value is 254 (99.61% from 255 or 37.80% from 672); Max value from RGB is 254 - color contains mainly: blue. Hex color #DDC5FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDC5FE is #223A01. Grayscale: #D2D2D2. Windows color (decimal): -2243074 or 16696797. OLE color: 16696797.
HSL color Cylindrical-coordinate representation of color #DDC5FE: hue angle of 265.26º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DDC5FE is Cyan = 0.13, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 221 | 197 | 254 | - |
| CMYK | 0.13 | 0.22 | 0 | 0.00 |
| HSL | 265.26º | 0.97% | 0.88% | - |
| HSV(B) | 265.26º | 0.22% | 1% | - |
| XYZ | 67.67 | 62.46 | 102.26 | - |
| YUV | 210.67 | 152.45 | 135.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 197 | 254 | 0.13 | 0.22 | 0 | 0.00 | 265.26 | 0.97 | 0.88 |
| Hex | DD | C5 | FE | D | 16 | 0 | 0 | 109 | 61 | 58 |
| Octal | 335 | 305 | 376 | 15 | 26 | 0 | 0 | 411 | 141 | 130 |
| Binary | 11011101 | 11000101 | 11111110 | 1101 | 10110 | 0 | 0 | 100001001 | 1100001 | 1011000 |
Color Harmonies of #DDC5FE
Complementary color
Monochromatic Colors of #DDC5FE
Black with #DDC5FE
Text Example
Text Example
White with #DDC5FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC5FE; }
p { color: rgb(221,197,254); }
H1.HeaderClassName
{
color: #DDC5FE;
}
.AnyTagClassName
{
color: #DDC5FE;
}
</style>
background-color css
<style>
a { background-color: #DDC5FE; }
a { background-color: rgb(221,197,254); }
div.DivClassName
{
background-color: #DDC5FE;
}
.BgClassName
{
background-color: #DDC5FE;
}
</style>
border-color css
<style>
span { border-color: #DDC5FE; }
span { border-color: rgb(221,197,254); }
td.TdClassName
{
border-color: #DDC5FE;
}
.TagClassName
{
border-color: #DDC5FE;
}
</style>