Shades of Fog #DDCEED
Tints of Fog #DDCEED
RGB
CMYK
RGB Variations
Color information
#DDCEED (or 0xDDCEED) is known color: Fog. HEX triplet: DD, CE and ED. RGB value is (221,206,237). Sum of RGB (Red+Green+Blue) = 221+206+237=664 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.28% from 664); Green value is 206 (80.86% from 255 or 31.02% from 664); Blue value is 237 (92.97% from 255 or 35.69% from 664); Max value from RGB is 237 - color contains mainly: blue. Hex color #DDCEED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDCEED is #223112. Grayscale: #D5D5D5. Windows color (decimal): -2240787 or 15584989. OLE color: 15584989.
HSL color Cylindrical-coordinate representation of color #DDCEED: hue angle of 269.03º degrees, saturation: 0.46, 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 #DDCEED is Cyan = 0.07, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 221 | 206 | 237 | - |
CMYK | 0.07 | 0.13 | 0 | 0.07 |
HSL | 269.03º | 0.46% | 0.87% | - |
HSV(B) | 269.03º | 0.13% | 0.93% | - |
XYZ | 67.18 | 65.63 | 89.25 | - |
YUV | 214.02 | 140.97 | 132.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 206 | 237 | 0.07 | 0.13 | 0 | 0.07 | 269.03 | 0.46 | 0.87 |
Hex | DD | CE | ED | 7 | D | 0 | 7 | 10D | 2E | 57 |
Octal | 335 | 316 | 355 | 7 | 15 | 0 | 7 | 415 | 56 | 127 |
Binary | 11011101 | 11001110 | 11101101 | 111 | 1101 | 0 | 111 | 100001101 | 101110 | 1010111 |
Color Harmonies of #DDCEED
Complementary color
Monochromatic Colors of #DDCEED
Black with #DDCEED
Text Example
Text Example
White with #DDCEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCEED; }
p { color: rgb(221,206,237); }
H1.HeaderClassName
{
color: #DDCEED;
}
.AnyTagClassName
{
color: #DDCEED;
}
</style>
background-color css
<style>
a { background-color: #DDCEED; }
a { background-color: rgb(221,206,237); }
div.DivClassName
{
background-color: #DDCEED;
}
.BgClassName
{
background-color: #DDCEED;
}
</style>
border-color css
<style>
span { border-color: #DDCEED; }
span { border-color: rgb(221,206,237); }
td.TdClassName
{
border-color: #DDCEED;
}
.TagClassName
{
border-color: #DDCEED;
}
</style>