Shades of Fog #DCCEF8
Tints of Fog #DCCEF8
RGB
CMYK
RGB Variations
Color information
#DCCEF8 (or 0xDCCEF8) is known color: Fog. HEX triplet: DC, CE and F8. RGB value is (220,206,248). Sum of RGB (Red+Green+Blue) = 220+206+248=674 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.64% from 674); Green value is 206 (80.86% from 255 or 30.56% from 674); Blue value is 248 (97.27% from 255 or 36.80% from 674); Max value from RGB is 248 - color contains mainly: blue. Hex color #DCCEF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCCEF8 is #233107. Grayscale: #D6D6D6. Windows color (decimal): -2306312 or 16305884. OLE color: 16305884.
HSL color Cylindrical-coordinate representation of color #DCCEF8: hue angle of 260º degrees, saturation: 0.75, 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 #DCCEF8 is Cyan = 0.11, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 220 | 206 | 248 | - |
| CMYK | 0.11 | 0.17 | 0 | 0.03 |
| HSL | 260º | 0.75% | 0.89% | - |
| HSV(B) | 260º | 0.17% | 0.97% | - |
| XYZ | 68.53 | 66.14 | 97.96 | - |
| YUV | 214.97 | 146.64 | 131.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 206 | 248 | 0.11 | 0.17 | 0 | 0.03 | 260 | 0.75 | 0.89 |
| Hex | DC | CE | F8 | B | 11 | 0 | 3 | 104 | 4B | 59 |
| Octal | 334 | 316 | 370 | 13 | 21 | 0 | 3 | 404 | 113 | 131 |
| Binary | 11011100 | 11001110 | 11111000 | 1011 | 10001 | 0 | 11 | 100000100 | 1001011 | 1011001 |
Color Harmonies of #DCCEF8
Complementary color
Monochromatic Colors of #DCCEF8
Black with #DCCEF8
Text Example
Text Example
White with #DCCEF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCEF8; }
p { color: rgb(220,206,248); }
H1.HeaderClassName
{
color: #DCCEF8;
}
.AnyTagClassName
{
color: #DCCEF8;
}
</style>
background-color css
<style>
a { background-color: #DCCEF8; }
a { background-color: rgb(220,206,248); }
div.DivClassName
{
background-color: #DCCEF8;
}
.BgClassName
{
background-color: #DCCEF8;
}
</style>
border-color css
<style>
span { border-color: #DCCEF8; }
span { border-color: rgb(220,206,248); }
td.TdClassName
{
border-color: #DCCEF8;
}
.TagClassName
{
border-color: #DCCEF8;
}
</style>