Shades of Fog #DCCFF8
Tints of Fog #DCCFF8
RGB
CMYK
RGB Variations
Color information
#DCCFF8 (or 0xDCCFF8) is known color: Fog. HEX triplet: DC, CF and F8. RGB value is (220,207,248). Sum of RGB (Red+Green+Blue) = 220+207+248=675 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.59% from 675); Green value is 207 (81.25% from 255 or 30.67% from 675); Blue value is 248 (97.27% from 255 or 36.74% from 675); Max value from RGB is 248 - color contains mainly: blue. Hex color #DCCFF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCCFF8 is #233007. Grayscale: #D7D7D7. Windows color (decimal): -2306056 or 16306140. OLE color: 16306140.
HSL color Cylindrical-coordinate representation of color #DCCFF8: hue angle of 259.02º 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 #DCCFF8 is Cyan = 0.11, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 220 | 207 | 248 | - |
| CMYK | 0.11 | 0.17 | 0 | 0.03 |
| HSL | 259.02º | 0.75% | 0.89% | - |
| HSV(B) | 259.02º | 0.17% | 0.97% | - |
| XYZ | 68.77 | 66.62 | 98.04 | - |
| YUV | 215.56 | 146.31 | 131.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 207 | 248 | 0.11 | 0.17 | 0 | 0.03 | 259.02 | 0.75 | 0.89 |
| Hex | DC | CF | F8 | B | 11 | 0 | 3 | 103 | 4B | 59 |
| Octal | 334 | 317 | 370 | 13 | 21 | 0 | 3 | 403 | 113 | 131 |
| Binary | 11011100 | 11001111 | 11111000 | 1011 | 10001 | 0 | 11 | 100000011 | 1001011 | 1011001 |
Color Harmonies of #DCCFF8
Complementary color
Monochromatic Colors of #DCCFF8
Black with #DCCFF8
Text Example
Text Example
White with #DCCFF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCFF8; }
p { color: rgb(220,207,248); }
H1.HeaderClassName
{
color: #DCCFF8;
}
.AnyTagClassName
{
color: #DCCFF8;
}
</style>
background-color css
<style>
a { background-color: #DCCFF8; }
a { background-color: rgb(220,207,248); }
div.DivClassName
{
background-color: #DCCFF8;
}
.BgClassName
{
background-color: #DCCFF8;
}
</style>
border-color css
<style>
span { border-color: #DCCFF8; }
span { border-color: rgb(220,207,248); }
td.TdClassName
{
border-color: #DCCFF8;
}
.TagClassName
{
border-color: #DCCFF8;
}
</style>