Shades of Fog #DDCDFD
Tints of Fog #DDCDFD
RGB
CMYK
RGB Variations
Color information
#DDCDFD (or 0xDDCDFD) is known color: Fog. HEX triplet: DD, CD and FD. RGB value is (221,205,253). Sum of RGB (Red+Green+Blue) = 221+205+253=679 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.55% from 679); Green value is 205 (80.47% from 255 or 30.19% from 679); Blue value is 253 (99.22% from 255 or 37.26% from 679); Max value from RGB is 253 - color contains mainly: blue. Hex color #DDCDFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDCDFD is #223202. Grayscale: #D7D7D7. Windows color (decimal): -2241027 or 16633309. OLE color: 16633309.
HSL color Cylindrical-coordinate representation of color #DDCDFD: hue angle of 260º 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 #DDCDFD is Cyan = 0.13, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 221 | 205 | 253 | - |
CMYK | 0.13 | 0.19 | 0 | 0.01 |
HSL | 260º | 0.92% | 0.9% | - |
HSV(B) | 260º | 0.19% | 0.99% | - |
XYZ | 69.38 | 66.13 | 102.04 | - |
YUV | 215.26 | 149.3 | 132.1 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 205 | 253 | 0.13 | 0.19 | 0 | 0.01 | 260 | 0.92 | 0.9 |
Hex | DD | CD | FD | D | 13 | 0 | 1 | 104 | 5C | 5A |
Octal | 335 | 315 | 375 | 15 | 23 | 0 | 1 | 404 | 134 | 132 |
Binary | 11011101 | 11001101 | 11111101 | 1101 | 10011 | 0 | 1 | 100000100 | 1011100 | 1011010 |
Color Harmonies of #DDCDFD
Complementary color
Monochromatic Colors of #DDCDFD
Black with #DDCDFD
Text Example
Text Example
White with #DDCDFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCDFD; }
p { color: rgb(221,205,253); }
H1.HeaderClassName
{
color: #DDCDFD;
}
.AnyTagClassName
{
color: #DDCDFD;
}
</style>
background-color css
<style>
a { background-color: #DDCDFD; }
a { background-color: rgb(221,205,253); }
div.DivClassName
{
background-color: #DDCDFD;
}
.BgClassName
{
background-color: #DDCDFD;
}
</style>
border-color css
<style>
span { border-color: #DDCDFD; }
span { border-color: rgb(221,205,253); }
td.TdClassName
{
border-color: #DDCDFD;
}
.TagClassName
{
border-color: #DDCDFD;
}
</style>