Shades of Fog #DDCFED
Tints of Fog #DDCFED
RGB
CMYK
RGB Variations
Color information
#DDCFED (or 0xDDCFED) is known color: Fog. HEX triplet: DD, CF and ED. RGB value is (221,207,237). Sum of RGB (Red+Green+Blue) = 221+207+237=665 (88% of max value = 765). Red value is 221 (86.72% from 255 or 33.23% from 665); Green value is 207 (81.25% from 255 or 31.13% from 665); Blue value is 237 (92.97% from 255 or 35.64% from 665); Max value from RGB is 237 - color contains mainly: blue. Hex color #DDCFED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDCFED is #223012. Grayscale: #D6D6D6. Windows color (decimal): -2240531 or 15585245. OLE color: 15585245.
HSL color Cylindrical-coordinate representation of color #DDCFED: hue angle of 268º degrees, saturation: 0.45, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DDCFED is Cyan = 0.07, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 221 | 207 | 237 | - |
CMYK | 0.07 | 0.13 | 0 | 0.07 |
HSL | 268º | 0.45% | 0.87% | - |
HSV(B) | 268º | 0.13% | 0.93% | - |
XYZ | 67.42 | 66.11 | 89.33 | - |
YUV | 214.61 | 140.64 | 132.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 207 | 237 | 0.07 | 0.13 | 0 | 0.07 | 268 | 0.45 | 0.87 |
Hex | DD | CF | ED | 7 | D | 0 | 7 | 10C | 2D | 57 |
Octal | 335 | 317 | 355 | 7 | 15 | 0 | 7 | 414 | 55 | 127 |
Binary | 11011101 | 11001111 | 11101101 | 111 | 1101 | 0 | 111 | 100001100 | 101101 | 1010111 |
Color Harmonies of #DDCFED
Complementary color
Monochromatic Colors of #DDCFED
Black with #DDCFED
Text Example
Text Example
White with #DDCFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCFED; }
p { color: rgb(221,207,237); }
H1.HeaderClassName
{
color: #DDCFED;
}
.AnyTagClassName
{
color: #DDCFED;
}
</style>
background-color css
<style>
a { background-color: #DDCFED; }
a { background-color: rgb(221,207,237); }
div.DivClassName
{
background-color: #DDCFED;
}
.BgClassName
{
background-color: #DDCFED;
}
</style>
border-color css
<style>
span { border-color: #DDCFED; }
span { border-color: rgb(221,207,237); }
td.TdClassName
{
border-color: #DDCFED;
}
.TagClassName
{
border-color: #DDCFED;
}
</style>