Shades of Fog #DCCDED
Tints of Fog #DCCDED
RGB
CMYK
RGB Variations
Color information
#DCCDED (or 0xDCCDED) is known color: Fog. HEX triplet: DC, CD and ED. RGB value is (220,205,237). Sum of RGB (Red+Green+Blue) = 220+205+237=662 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.23% from 662); Green value is 205 (80.47% from 255 or 30.97% from 662); Blue value is 237 (92.97% from 255 or 35.80% from 662); Max value from RGB is 237 - color contains mainly: blue. Hex color #DCCDED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCCDED is #233212. Grayscale: #D5D5D5. Windows color (decimal): -2306579 or 15584732. OLE color: 15584732.
HSL color Cylindrical-coordinate representation of color #DCCDED: hue angle of 268.12º degrees, saturation: 0.47, 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 #DCCDED is Cyan = 0.07, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 220 | 205 | 237 | - |
CMYK | 0.07 | 0.14 | 0 | 0.07 |
HSL | 268.13º | 0.47% | 0.87% | - |
HSV(B) | 268.13º | 0.14% | 0.93% | - |
XYZ | 66.63 | 64.99 | 89.15 | - |
YUV | 213.13 | 141.47 | 132.9 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 205 | 237 | 0.07 | 0.14 | 0 | 0.07 | 268.13 | 0.47 | 0.87 |
Hex | DC | CD | ED | 7 | E | 0 | 7 | 10C | 2F | 57 |
Octal | 334 | 315 | 355 | 7 | 16 | 0 | 7 | 414 | 57 | 127 |
Binary | 11011100 | 11001101 | 11101101 | 111 | 1110 | 0 | 111 | 100001100 | 101111 | 1010111 |
Color Harmonies of #DCCDED
Complementary color
Monochromatic Colors of #DCCDED
Black with #DCCDED
Text Example
Text Example
White with #DCCDED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCDED; }
p { color: rgb(220,205,237); }
H1.HeaderClassName
{
color: #DCCDED;
}
.AnyTagClassName
{
color: #DCCDED;
}
</style>
background-color css
<style>
a { background-color: #DCCDED; }
a { background-color: rgb(220,205,237); }
div.DivClassName
{
background-color: #DCCDED;
}
.BgClassName
{
background-color: #DCCDED;
}
</style>
border-color css
<style>
span { border-color: #DCCDED; }
span { border-color: rgb(220,205,237); }
td.TdClassName
{
border-color: #DCCDED;
}
.TagClassName
{
border-color: #DCCDED;
}
</style>