Shades of Fog #DBCCFD
Tints of Fog #DBCCFD
RGB
CMYK
RGB Variations
Color information
#DBCCFD (or 0xDBCCFD) is known color: Fog. HEX triplet: DB, CC and FD. RGB value is (219,204,253). Sum of RGB (Red+Green+Blue) = 219+204+253=676 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.40% from 676); Green value is 204 (80.08% from 255 or 30.18% from 676); Blue value is 253 (99.22% from 255 or 37.43% from 676); Max value from RGB is 253 - color contains mainly: blue. Hex color #DBCCFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBCCFD is #243302. Grayscale: #D5D5D5. Windows color (decimal): -2372355 or 16633051. OLE color: 16633051.
HSL color Cylindrical-coordinate representation of color #DBCCFD: hue angle of 258.37º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DBCCFD is Cyan = 0.13, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 219 | 204 | 253 | - |
| CMYK | 0.13 | 0.19 | 0 | 0.01 |
| HSL | 258.37º | 0.92% | 0.9% | - |
| HSV(B) | 258.37º | 0.19% | 0.99% | - |
| XYZ | 68.54 | 65.34 | 101.93 | - |
| YUV | 214.07 | 149.97 | 131.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 204 | 253 | 0.13 | 0.19 | 0 | 0.01 | 258.37 | 0.92 | 0.9 |
| Hex | DB | CC | FD | D | 13 | 0 | 1 | 102 | 5C | 5A |
| Octal | 333 | 314 | 375 | 15 | 23 | 0 | 1 | 402 | 134 | 132 |
| Binary | 11011011 | 11001100 | 11111101 | 1101 | 10011 | 0 | 1 | 100000010 | 1011100 | 1011010 |
Color Harmonies of #DBCCFD
Complementary color
Monochromatic Colors of #DBCCFD
Black with #DBCCFD
Text Example
Text Example
White with #DBCCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCCFD; }
p { color: rgb(219,204,253); }
H1.HeaderClassName
{
color: #DBCCFD;
}
.AnyTagClassName
{
color: #DBCCFD;
}
</style>
background-color css
<style>
a { background-color: #DBCCFD; }
a { background-color: rgb(219,204,253); }
div.DivClassName
{
background-color: #DBCCFD;
}
.BgClassName
{
background-color: #DBCCFD;
}
</style>
border-color css
<style>
span { border-color: #DBCCFD; }
span { border-color: rgb(219,204,253); }
td.TdClassName
{
border-color: #DBCCFD;
}
.TagClassName
{
border-color: #DBCCFD;
}
</style>