Shades of Fog #DCCEF5
Tints of Fog #DCCEF5
RGB
CMYK
RGB Variations
Color information
#DCCEF5 (or 0xDCCEF5) is known color: Fog. HEX triplet: DC, CE and F5. RGB value is (220,206,245). Sum of RGB (Red+Green+Blue) = 220+206+245=671 (88% of max value = 765). Red value is 220 (86.33% from 255 or 32.79% from 671); Green value is 206 (80.86% from 255 or 30.70% from 671); Blue value is 245 (96.09% from 255 or 36.51% from 671); Max value from RGB is 245 - color contains mainly: blue. Hex color #DCCEF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCCEF5 is #23310A. Grayscale: #D6D6D6. Windows color (decimal): -2306315 or 16109276. OLE color: 16109276.
HSL color Cylindrical-coordinate representation of color #DCCEF5: hue angle of 261.54º degrees, saturation: 0.66, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DCCEF5 is Cyan = 0.10, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 220 | 206 | 245 | - |
| CMYK | 0.10 | 0.16 | 0 | 0.04 |
| HSL | 261.54º | 0.66% | 0.88% | - |
| HSV(B) | 261.54º | 0.16% | 0.96% | - |
| XYZ | 68.07 | 65.95 | 95.53 | - |
| YUV | 214.63 | 145.14 | 131.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 206 | 245 | 0.10 | 0.16 | 0 | 0.04 | 261.54 | 0.66 | 0.88 |
| Hex | DC | CE | F5 | A | 10 | 0 | 4 | 106 | 42 | 58 |
| Octal | 334 | 316 | 365 | 12 | 20 | 0 | 4 | 406 | 102 | 130 |
| Binary | 11011100 | 11001110 | 11110101 | 1010 | 10000 | 0 | 100 | 100000110 | 1000010 | 1011000 |
Color Harmonies of #DCCEF5
Complementary color
Monochromatic Colors of #DCCEF5
Black with #DCCEF5
Text Example
Text Example
White with #DCCEF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCEF5; }
p { color: rgb(220,206,245); }
H1.HeaderClassName
{
color: #DCCEF5;
}
.AnyTagClassName
{
color: #DCCEF5;
}
</style>
background-color css
<style>
a { background-color: #DCCEF5; }
a { background-color: rgb(220,206,245); }
div.DivClassName
{
background-color: #DCCEF5;
}
.BgClassName
{
background-color: #DCCEF5;
}
</style>
border-color css
<style>
span { border-color: #DCCEF5; }
span { border-color: rgb(220,206,245); }
td.TdClassName
{
border-color: #DCCEF5;
}
.TagClassName
{
border-color: #DCCEF5;
}
</style>