Shades of Fog #DCCEF0
Tints of Fog #DCCEF0
RGB
CMYK
RGB Variations
Color information
#DCCEF0 (or 0xDCCEF0) is known color: Fog. HEX triplet: DC, CE and F0. RGB value is (220,206,240). Sum of RGB (Red+Green+Blue) = 220+206+240=666 (88% of max value = 765). Red value is 220 (86.33% from 255 or 33.03% from 666); Green value is 206 (80.86% from 255 or 30.93% from 666); Blue value is 240 (94.14% from 255 or 36.04% from 666); Max value from RGB is 240 - color contains mainly: blue. Hex color #DCCEF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCCEF0 is #23310F. Grayscale: #D5D5D5. Windows color (decimal): -2306320 or 15781596. OLE color: 15781596.
HSL color Cylindrical-coordinate representation of color #DCCEF0: hue angle of 264.71º degrees, saturation: 0.53, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DCCEF0 is Cyan = 0.08, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 220 | 206 | 240 | - |
| CMYK | 0.08 | 0.14 | 0 | 0.06 |
| HSL | 264.71º | 0.53% | 0.87% | - |
| HSV(B) | 264.71º | 0.14% | 0.94% | - |
| XYZ | 67.31 | 65.65 | 91.56 | - |
| YUV | 214.06 | 142.64 | 132.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 206 | 240 | 0.08 | 0.14 | 0 | 0.06 | 264.71 | 0.53 | 0.87 |
| Hex | DC | CE | F0 | 8 | E | 0 | 6 | 109 | 35 | 57 |
| Octal | 334 | 316 | 360 | 10 | 16 | 0 | 6 | 411 | 65 | 127 |
| Binary | 11011100 | 11001110 | 11110000 | 1000 | 1110 | 0 | 110 | 100001001 | 110101 | 1010111 |
Color Harmonies of #DCCEF0
Complementary color
Monochromatic Colors of #DCCEF0
Black with #DCCEF0
Text Example
Text Example
White with #DCCEF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCEF0; }
p { color: rgb(220,206,240); }
H1.HeaderClassName
{
color: #DCCEF0;
}
.AnyTagClassName
{
color: #DCCEF0;
}
</style>
background-color css
<style>
a { background-color: #DCCEF0; }
a { background-color: rgb(220,206,240); }
div.DivClassName
{
background-color: #DCCEF0;
}
.BgClassName
{
background-color: #DCCEF0;
}
</style>
border-color css
<style>
span { border-color: #DCCEF0; }
span { border-color: rgb(220,206,240); }
td.TdClassName
{
border-color: #DCCEF0;
}
.TagClassName
{
border-color: #DCCEF0;
}
</style>