Shades of Fog #DCCFED
Tints of Fog #DCCFED
RGB
CMYK
RGB Variations
Color information
#DCCFED (or 0xDCCFED) is known color: Fog. HEX triplet: DC, CF and ED. RGB value is (220,207,237). Sum of RGB (Red+Green+Blue) = 220+207+237=664 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.13% from 664); Green value is 207 (81.25% from 255 or 31.17% 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 #DCCFED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCCFED is #233012. Grayscale: #D6D6D6. Windows color (decimal): -2306067 or 15585244. OLE color: 15585244.
HSL color Cylindrical-coordinate representation of color #DCCFED: hue angle of 266º 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 #DCCFED is Cyan = 0.07, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 207 | 237 | - |
| CMYK | 0.07 | 0.13 | 0 | 0.07 |
| HSL | 266º | 0.45% | 0.87% | - |
| HSV(B) | 266º | 0.13% | 0.93% | - |
| XYZ | 67.11 | 65.96 | 89.31 | - |
| YUV | 214.31 | 140.81 | 132.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 207 | 237 | 0.07 | 0.13 | 0 | 0.07 | 266 | 0.45 | 0.87 |
| Hex | DC | CF | ED | 7 | D | 0 | 7 | 10A | 2D | 57 |
| Octal | 334 | 317 | 355 | 7 | 15 | 0 | 7 | 412 | 55 | 127 |
| Binary | 11011100 | 11001111 | 11101101 | 111 | 1101 | 0 | 111 | 100001010 | 101101 | 1010111 |
Color Harmonies of #DCCFED
Complementary color
Monochromatic Colors of #DCCFED
Black with #DCCFED
Text Example
Text Example
White with #DCCFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCFED; }
p { color: rgb(220,207,237); }
H1.HeaderClassName
{
color: #DCCFED;
}
.AnyTagClassName
{
color: #DCCFED;
}
</style>
background-color css
<style>
a { background-color: #DCCFED; }
a { background-color: rgb(220,207,237); }
div.DivClassName
{
background-color: #DCCFED;
}
.BgClassName
{
background-color: #DCCFED;
}
</style>
border-color css
<style>
span { border-color: #DCCFED; }
span { border-color: rgb(220,207,237); }
td.TdClassName
{
border-color: #DCCFED;
}
.TagClassName
{
border-color: #DCCFED;
}
</style>