Shades of Fog #DDCDEE
Tints of Fog #DDCDEE
RGB
CMYK
RGB Variations
Color information
#DDCDEE (or 0xDDCDEE) is known color: Fog. HEX triplet: DD, CD and EE. RGB value is (221,205,238). Sum of RGB (Red+Green+Blue) = 221+205+238=664 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.28% from 664); Green value is 205 (80.47% from 255 or 30.87% from 664); Blue value is 238 (93.36% from 255 or 35.84% from 664); Max value from RGB is 238 - color contains mainly: blue. Hex color #DDCDEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDCDEE is #223211. Grayscale: #D5D5D5. Windows color (decimal): -2241042 or 15650269. OLE color: 15650269.
HSL color Cylindrical-coordinate representation of color #DDCDEE: hue angle of 269.09º degrees, saturation: 0.49, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DDCDEE is Cyan = 0.07, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 221 | 205 | 238 | - |
CMYK | 0.07 | 0.14 | 0 | 0.07 |
HSL | 269.09º | 0.49% | 0.87% | - |
HSV(B) | 269.09º | 0.14% | 0.93% | - |
XYZ | 67.08 | 65.21 | 89.94 | - |
YUV | 213.55 | 141.8 | 133.32 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 205 | 238 | 0.07 | 0.14 | 0 | 0.07 | 269.09 | 0.49 | 0.87 |
Hex | DD | CD | EE | 7 | E | 0 | 7 | 10D | 31 | 57 |
Octal | 335 | 315 | 356 | 7 | 16 | 0 | 7 | 415 | 61 | 127 |
Binary | 11011101 | 11001101 | 11101110 | 111 | 1110 | 0 | 111 | 100001101 | 110001 | 1010111 |
Color Harmonies of #DDCDEE
Complementary color
Monochromatic Colors of #DDCDEE
Black with #DDCDEE
Text Example
Text Example
White with #DDCDEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCDEE; }
p { color: rgb(221,205,238); }
H1.HeaderClassName
{
color: #DDCDEE;
}
.AnyTagClassName
{
color: #DDCDEE;
}
</style>
background-color css
<style>
a { background-color: #DDCDEE; }
a { background-color: rgb(221,205,238); }
div.DivClassName
{
background-color: #DDCDEE;
}
.BgClassName
{
background-color: #DDCDEE;
}
</style>
border-color css
<style>
span { border-color: #DDCDEE; }
span { border-color: rgb(221,205,238); }
td.TdClassName
{
border-color: #DDCDEE;
}
.TagClassName
{
border-color: #DDCDEE;
}
</style>