Shades of Fog #DDCEFD
Tints of Fog #DDCEFD
RGB
CMYK
RGB Variations
Color information
#DDCEFD (or 0xDDCEFD) is known color: Fog. HEX triplet: DD, CE and FD. RGB value is (221,206,253). Sum of RGB (Red+Green+Blue) = 221+206+253=680 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.5% from 680); Green value is 206 (80.86% from 255 or 30.29% from 680); Blue value is 253 (99.22% from 255 or 37.21% from 680); Max value from RGB is 253 - color contains mainly: blue. Hex color #DDCEFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDCEFD is #223102. Grayscale: #D7D7D7. Windows color (decimal): -2240771 or 16633565. OLE color: 16633565.
HSL color Cylindrical-coordinate representation of color #DDCEFD: hue angle of 259.15º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DDCEFD is Cyan = 0.13, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 221 | 206 | 253 | - |
CMYK | 0.13 | 0.19 | 0 | 0.01 |
HSL | 259.15º | 0.92% | 0.9% | - |
HSV(B) | 259.15º | 0.19% | 0.99% | - |
XYZ | 69.62 | 66.61 | 102.12 | - |
YUV | 215.84 | 148.97 | 131.68 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 206 | 253 | 0.13 | 0.19 | 0 | 0.01 | 259.15 | 0.92 | 0.9 |
Hex | DD | CE | FD | D | 13 | 0 | 1 | 103 | 5C | 5A |
Octal | 335 | 316 | 375 | 15 | 23 | 0 | 1 | 403 | 134 | 132 |
Binary | 11011101 | 11001110 | 11111101 | 1101 | 10011 | 0 | 1 | 100000011 | 1011100 | 1011010 |
Color Harmonies of #DDCEFD
Complementary color
Monochromatic Colors of #DDCEFD
Black with #DDCEFD
Text Example
Text Example
White with #DDCEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCEFD; }
p { color: rgb(221,206,253); }
H1.HeaderClassName
{
color: #DDCEFD;
}
.AnyTagClassName
{
color: #DDCEFD;
}
</style>
background-color css
<style>
a { background-color: #DDCEFD; }
a { background-color: rgb(221,206,253); }
div.DivClassName
{
background-color: #DDCEFD;
}
.BgClassName
{
background-color: #DDCEFD;
}
</style>
border-color css
<style>
span { border-color: #DDCEFD; }
span { border-color: rgb(221,206,253); }
td.TdClassName
{
border-color: #DDCEFD;
}
.TagClassName
{
border-color: #DDCEFD;
}
</style>