Shades of Fog #DBC5FD
Tints of Fog #DBC5FD
RGB
CMYK
RGB Variations
Color information
#DBC5FD (or 0xDBC5FD) is known color: Fog. HEX triplet: DB, C5 and FD. RGB value is (219,197,253). Sum of RGB (Red+Green+Blue) = 219+197+253=669 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.74% from 669); Green value is 197 (77.34% from 255 or 29.45% from 669); Blue value is 253 (99.22% from 255 or 37.82% from 669); Max value from RGB is 253 - color contains mainly: blue. Hex color #DBC5FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBC5FD is #243A02. Grayscale: #D1D1D1. Windows color (decimal): -2374147 or 16631259. OLE color: 16631259.
HSL color Cylindrical-coordinate representation of color #DBC5FD: hue angle of 263.57º degrees, saturation: 0.93, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DBC5FD is Cyan = 0.13, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 219 | 197 | 253 | - |
CMYK | 0.13 | 0.22 | 0 | 0.01 |
HSL | 263.57º | 0.93% | 0.88% | - |
HSV(B) | 263.57º | 0.22% | 0.99% | - |
XYZ | 66.91 | 62.08 | 101.39 | - |
YUV | 209.96 | 152.29 | 134.45 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 197 | 253 | 0.13 | 0.22 | 0 | 0.01 | 263.57 | 0.93 | 0.88 |
Hex | DB | C5 | FD | D | 16 | 0 | 1 | 108 | 5D | 58 |
Octal | 333 | 305 | 375 | 15 | 26 | 0 | 1 | 410 | 135 | 130 |
Binary | 11011011 | 11000101 | 11111101 | 1101 | 10110 | 0 | 1 | 100001000 | 1011101 | 1011000 |
Color Harmonies of #DBC5FD
Complementary color
Monochromatic Colors of #DBC5FD
Black with #DBC5FD
Text Example
Text Example
White with #DBC5FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC5FD; }
p { color: rgb(219,197,253); }
H1.HeaderClassName
{
color: #DBC5FD;
}
.AnyTagClassName
{
color: #DBC5FD;
}
</style>
background-color css
<style>
a { background-color: #DBC5FD; }
a { background-color: rgb(219,197,253); }
div.DivClassName
{
background-color: #DBC5FD;
}
.BgClassName
{
background-color: #DBC5FD;
}
</style>
border-color css
<style>
span { border-color: #DBC5FD; }
span { border-color: rgb(219,197,253); }
td.TdClassName
{
border-color: #DBC5FD;
}
.TagClassName
{
border-color: #DBC5FD;
}
</style>