Shades of Fog #DCCFEA
Tints of Fog #DCCFEA
RGB
CMYK
RGB Variations
Color information
#DCCFEA (or 0xDCCFEA) is known color: Fog. HEX triplet: DC, CF and EA. RGB value is (220,207,234). Sum of RGB (Red+Green+Blue) = 220+207+234=661 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.28% from 661); Green value is 207 (81.25% from 255 or 31.32% from 661); Blue value is 234 (91.80% from 255 or 35.40% from 661); Max value from RGB is 234 - color contains mainly: blue. Hex color #DCCFEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCCFEA is #233015. Grayscale: #D5D5D5. Windows color (decimal): -2306070 or 15388636. OLE color: 15388636.
HSL color Cylindrical-coordinate representation of color #DCCFEA: hue angle of 268.89º degrees, saturation: 0.39, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DCCFEA is Cyan = 0.06, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 220 | 207 | 234 | - |
| CMYK | 0.06 | 0.12 | 0 | 0.08 |
| HSL | 268.89º | 0.39% | 0.86% | - |
| HSV(B) | 268.89º | 0.12% | 0.92% | - |
| XYZ | 66.68 | 65.78 | 87.02 | - |
| YUV | 213.97 | 139.31 | 132.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 207 | 234 | 0.06 | 0.12 | 0 | 0.08 | 268.89 | 0.39 | 0.86 |
| Hex | DC | CF | EA | 6 | C | 0 | 8 | 10D | 27 | 56 |
| Octal | 334 | 317 | 352 | 6 | 14 | 0 | 10 | 415 | 47 | 126 |
| Binary | 11011100 | 11001111 | 11101010 | 110 | 1100 | 0 | 1000 | 100001101 | 100111 | 1010110 |
Color Harmonies of #DCCFEA
Complementary color
Monochromatic Colors of #DCCFEA
Black with #DCCFEA
Text Example
Text Example
White with #DCCFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCFEA; }
p { color: rgb(220,207,234); }
H1.HeaderClassName
{
color: #DCCFEA;
}
.AnyTagClassName
{
color: #DCCFEA;
}
</style>
background-color css
<style>
a { background-color: #DCCFEA; }
a { background-color: rgb(220,207,234); }
div.DivClassName
{
background-color: #DCCFEA;
}
.BgClassName
{
background-color: #DCCFEA;
}
</style>
border-color css
<style>
span { border-color: #DCCFEA; }
span { border-color: rgb(220,207,234); }
td.TdClassName
{
border-color: #DCCFEA;
}
.TagClassName
{
border-color: #DCCFEA;
}
</style>