Shades of Fog #DBCFF8
Tints of Fog #DBCFF8
RGB
CMYK
RGB Variations
Color information
#DBCFF8 (or 0xDBCFF8) is known color: Fog. HEX triplet: DB, CF and F8. RGB value is (219,207,248). Sum of RGB (Red+Green+Blue) = 219+207+248=674 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.49% from 674); Green value is 207 (81.25% from 255 or 30.71% 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 #DBCFF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBCFF8 is #243007. Grayscale: #D7D7D7. Windows color (decimal): -2371592 or 16306139. OLE color: 16306139.
HSL color Cylindrical-coordinate representation of color #DBCFF8: hue angle of 257.56º 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 #DBCFF8 is Cyan = 0.12, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 219 | 207 | 248 | - |
| CMYK | 0.12 | 0.17 | 0 | 0.03 |
| HSL | 257.56º | 0.75% | 0.89% | - |
| HSV(B) | 257.56º | 0.17% | 0.97% | - |
| XYZ | 68.47 | 66.46 | 98.03 | - |
| YUV | 215.26 | 146.48 | 130.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 207 | 248 | 0.12 | 0.17 | 0 | 0.03 | 257.56 | 0.75 | 0.89 |
| Hex | DB | CF | F8 | C | 11 | 0 | 3 | 102 | 4B | 59 |
| Octal | 333 | 317 | 370 | 14 | 21 | 0 | 3 | 402 | 113 | 131 |
| Binary | 11011011 | 11001111 | 11111000 | 1100 | 10001 | 0 | 11 | 100000010 | 1001011 | 1011001 |
Color Harmonies of #DBCFF8
Complementary color
Monochromatic Colors of #DBCFF8
Black with #DBCFF8
Text Example
Text Example
White with #DBCFF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCFF8; }
p { color: rgb(219,207,248); }
H1.HeaderClassName
{
color: #DBCFF8;
}
.AnyTagClassName
{
color: #DBCFF8;
}
</style>
background-color css
<style>
a { background-color: #DBCFF8; }
a { background-color: rgb(219,207,248); }
div.DivClassName
{
background-color: #DBCFF8;
}
.BgClassName
{
background-color: #DBCFF8;
}
</style>
border-color css
<style>
span { border-color: #DBCFF8; }
span { border-color: rgb(219,207,248); }
td.TdClassName
{
border-color: #DBCFF8;
}
.TagClassName
{
border-color: #DBCFF8;
}
</style>