Shades of Fog #DBC2FD
Tints of Fog #DBC2FD
RGB
CMYK
RGB Variations
Color information
#DBC2FD (or 0xDBC2FD) is known color: Fog. HEX triplet: DB, C2 and FD. RGB value is (219,194,253). Sum of RGB (Red+Green+Blue) = 219+194+253=666 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.88% from 666); Green value is 194 (76.17% from 255 or 29.13% from 666); Blue value is 253 (99.22% from 255 or 37.99% from 666); Max value from RGB is 253 - color contains mainly: blue. Hex color #DBC2FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBC2FD is #243D02. Grayscale: #CFCFCF. Windows color (decimal): -2374915 or 16630491. OLE color: 16630491.
HSL color Cylindrical-coordinate representation of color #DBC2FD: hue angle of 265.42º degrees, saturation: 0.94, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DBC2FD is Cyan = 0.13, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 219 | 194 | 253 | - |
CMYK | 0.13 | 0.23 | 0 | 0.01 |
HSL | 265.42º | 0.94% | 0.88% | - |
HSV(B) | 265.42º | 0.23% | 0.99% | - |
XYZ | 66.23 | 60.74 | 101.16 | - |
YUV | 208.2 | 153.28 | 135.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 194 | 253 | 0.13 | 0.23 | 0 | 0.01 | 265.42 | 0.94 | 0.88 |
Hex | DB | C2 | FD | D | 17 | 0 | 1 | 109 | 5E | 58 |
Octal | 333 | 302 | 375 | 15 | 27 | 0 | 1 | 411 | 136 | 130 |
Binary | 11011011 | 11000010 | 11111101 | 1101 | 10111 | 0 | 1 | 100001001 | 1011110 | 1011000 |
Color Harmonies of #DBC2FD
Complementary color
Monochromatic Colors of #DBC2FD
Black with #DBC2FD
Text Example
Text Example
White with #DBC2FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC2FD; }
p { color: rgb(219,194,253); }
H1.HeaderClassName
{
color: #DBC2FD;
}
.AnyTagClassName
{
color: #DBC2FD;
}
</style>
background-color css
<style>
a { background-color: #DBC2FD; }
a { background-color: rgb(219,194,253); }
div.DivClassName
{
background-color: #DBC2FD;
}
.BgClassName
{
background-color: #DBC2FD;
}
</style>
border-color css
<style>
span { border-color: #DBC2FD; }
span { border-color: rgb(219,194,253); }
td.TdClassName
{
border-color: #DBC2FD;
}
.TagClassName
{
border-color: #DBC2FD;
}
</style>