Shades of Fog #DCCEF7
Tints of Fog #DCCEF7
RGB
CMYK
RGB Variations
Color information
#DCCEF7 (or 0xDCCEF7) is known color: Fog. HEX triplet: DC, CE and F7. RGB value is (220,206,247). Sum of RGB (Red+Green+Blue) = 220+206+247=673 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.69% from 673); Green value is 206 (80.86% from 255 or 30.61% from 673); Blue value is 247 (96.88% from 255 or 36.70% from 673); Max value from RGB is 247 - color contains mainly: blue. Hex color #DCCEF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCCEF7 is #233108. Grayscale: #D6D6D6. Windows color (decimal): -2306313 or 16240348. OLE color: 16240348.
HSL color Cylindrical-coordinate representation of color #DCCEF7: hue angle of 260.49º degrees, saturation: 0.72, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DCCEF7 is Cyan = 0.11, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 220 | 206 | 247 | - |
| CMYK | 0.11 | 0.17 | 0 | 0.03 |
| HSL | 260.49º | 0.72% | 0.89% | - |
| HSV(B) | 260.49º | 0.17% | 0.97% | - |
| XYZ | 68.38 | 66.07 | 97.15 | - |
| YUV | 214.86 | 146.14 | 131.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 206 | 247 | 0.11 | 0.17 | 0 | 0.03 | 260.49 | 0.72 | 0.89 |
| Hex | DC | CE | F7 | B | 11 | 0 | 3 | 104 | 48 | 59 |
| Octal | 334 | 316 | 367 | 13 | 21 | 0 | 3 | 404 | 110 | 131 |
| Binary | 11011100 | 11001110 | 11110111 | 1011 | 10001 | 0 | 11 | 100000100 | 1001000 | 1011001 |
Color Harmonies of #DCCEF7
Complementary color
Monochromatic Colors of #DCCEF7
Black with #DCCEF7
Text Example
Text Example
White with #DCCEF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCEF7; }
p { color: rgb(220,206,247); }
H1.HeaderClassName
{
color: #DCCEF7;
}
.AnyTagClassName
{
color: #DCCEF7;
}
</style>
background-color css
<style>
a { background-color: #DCCEF7; }
a { background-color: rgb(220,206,247); }
div.DivClassName
{
background-color: #DCCEF7;
}
.BgClassName
{
background-color: #DCCEF7;
}
</style>
border-color css
<style>
span { border-color: #DCCEF7; }
span { border-color: rgb(220,206,247); }
td.TdClassName
{
border-color: #DCCEF7;
}
.TagClassName
{
border-color: #DCCEF7;
}
</style>