Shades of Fog #DDCEFE
Tints of Fog #DDCEFE
RGB
CMYK
RGB Variations
Color information
#DDCEFE (or 0xDDCEFE) is known color: Fog. HEX triplet: DD, CE and FE. RGB value is (221,206,254). Sum of RGB (Red+Green+Blue) = 221+206+254=681 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.45% from 681); Green value is 206 (80.86% from 255 or 30.25% from 681); Blue value is 254 (99.61% from 255 or 37.30% from 681); Max value from RGB is 254 - color contains mainly: blue. Hex color #DDCEFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDCEFE is #223101. Grayscale: #D7D7D7. Windows color (decimal): -2240770 or 16699101. OLE color: 16699101.
HSL color Cylindrical-coordinate representation of color #DDCEFE: hue angle of 258.75º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DDCEFE is Cyan = 0.13, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 221 | 206 | 254 | - |
| CMYK | 0.13 | 0.19 | 0 | 0.00 |
| HSL | 258.75º | 0.96% | 0.9% | - |
| HSV(B) | 258.75º | 0.19% | 1% | - |
| XYZ | 69.78 | 66.67 | 102.96 | - |
| YUV | 215.96 | 149.47 | 131.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 206 | 254 | 0.13 | 0.19 | 0 | 0.00 | 258.75 | 0.96 | 0.9 |
| Hex | DD | CE | FE | D | 13 | 0 | 0 | 103 | 60 | 5A |
| Octal | 335 | 316 | 376 | 15 | 23 | 0 | 0 | 403 | 140 | 132 |
| Binary | 11011101 | 11001110 | 11111110 | 1101 | 10011 | 0 | 0 | 100000011 | 1100000 | 1011010 |
Color Harmonies of #DDCEFE
Complementary color
Monochromatic Colors of #DDCEFE
Black with #DDCEFE
Text Example
Text Example
White with #DDCEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCEFE; }
p { color: rgb(221,206,254); }
H1.HeaderClassName
{
color: #DDCEFE;
}
.AnyTagClassName
{
color: #DDCEFE;
}
</style>
background-color css
<style>
a { background-color: #DDCEFE; }
a { background-color: rgb(221,206,254); }
div.DivClassName
{
background-color: #DDCEFE;
}
.BgClassName
{
background-color: #DDCEFE;
}
</style>
border-color css
<style>
span { border-color: #DDCEFE; }
span { border-color: rgb(221,206,254); }
td.TdClassName
{
border-color: #DDCEFE;
}
.TagClassName
{
border-color: #DDCEFE;
}
</style>