Shades of Fog #DDCCFE
Tints of Fog #DDCCFE
RGB
CMYK
RGB Variations
Color information
#DDCCFE (or 0xDDCCFE) is known color: Fog. HEX triplet: DD, CC and FE. RGB value is (221,204,254). Sum of RGB (Red+Green+Blue) = 221+204+254=679 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.55% from 679); Green value is 204 (80.08% from 255 or 30.04% from 679); Blue value is 254 (99.61% from 255 or 37.41% from 679); Max value from RGB is 254 - color contains mainly: blue. Hex color #DDCCFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDCCFE is #223301. Grayscale: #D6D6D6. Windows color (decimal): -2241282 or 16698589. OLE color: 16698589.
HSL color Cylindrical-coordinate representation of color #DDCCFE: hue angle of 260.4º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DDCCFE is Cyan = 0.13, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 221 | 204 | 254 | - |
| CMYK | 0.13 | 0.20 | 0 | 0.00 |
| HSL | 260.4º | 0.96% | 0.9% | - |
| HSV(B) | 260.4º | 0.2% | 1% | - |
| XYZ | 69.3 | 65.71 | 102.8 | - |
| YUV | 214.78 | 150.13 | 132.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 204 | 254 | 0.13 | 0.20 | 0 | 0.00 | 260.4 | 0.96 | 0.9 |
| Hex | DD | CC | FE | D | 14 | 0 | 0 | 104 | 60 | 5A |
| Octal | 335 | 314 | 376 | 15 | 24 | 0 | 0 | 404 | 140 | 132 |
| Binary | 11011101 | 11001100 | 11111110 | 1101 | 10100 | 0 | 0 | 100000100 | 1100000 | 1011010 |
Color Harmonies of #DDCCFE
Complementary color
Monochromatic Colors of #DDCCFE
Black with #DDCCFE
Text Example
Text Example
White with #DDCCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCCFE; }
p { color: rgb(221,204,254); }
H1.HeaderClassName
{
color: #DDCCFE;
}
.AnyTagClassName
{
color: #DDCCFE;
}
</style>
background-color css
<style>
a { background-color: #DDCCFE; }
a { background-color: rgb(221,204,254); }
div.DivClassName
{
background-color: #DDCCFE;
}
.BgClassName
{
background-color: #DDCCFE;
}
</style>
border-color css
<style>
span { border-color: #DDCCFE; }
span { border-color: rgb(221,204,254); }
td.TdClassName
{
border-color: #DDCCFE;
}
.TagClassName
{
border-color: #DDCCFE;
}
</style>