Shades of Fog #DBC9F5
Tints of Fog #DBC9F5
RGB
CMYK
RGB Variations
Color information
#DBC9F5 (or 0xDBC9F5) is known color: Fog. HEX triplet: DB, C9 and F5. RGB value is (219,201,245). Sum of RGB (Red+Green+Blue) = 219+201+245=665 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.93% from 665); Green value is 201 (78.91% from 255 or 30.23% from 665); Blue value is 245 (96.09% from 255 or 36.84% from 665); Max value from RGB is 245 - color contains mainly: blue. Hex color #DBC9F5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBC9F5 is #24360A. Grayscale: #D3D3D3. Windows color (decimal): -2373131 or 16107995. OLE color: 16107995.
HSL color Cylindrical-coordinate representation of color #DBC9F5: hue angle of 264.55º degrees, saturation: 0.69, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DBC9F5 is Cyan = 0.11, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 219 | 201 | 245 | - |
| CMYK | 0.11 | 0.18 | 0 | 0.04 |
| HSL | 264.55º | 0.69% | 0.87% | - |
| HSV(B) | 264.55º | 0.18% | 0.96% | - |
| XYZ | 66.58 | 63.43 | 95.12 | - |
| YUV | 211.4 | 146.96 | 133.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 201 | 245 | 0.11 | 0.18 | 0 | 0.04 | 264.55 | 0.69 | 0.87 |
| Hex | DB | C9 | F5 | B | 12 | 0 | 4 | 109 | 45 | 57 |
| Octal | 333 | 311 | 365 | 13 | 22 | 0 | 4 | 411 | 105 | 127 |
| Binary | 11011011 | 11001001 | 11110101 | 1011 | 10010 | 0 | 100 | 100001001 | 1000101 | 1010111 |
Color Harmonies of #DBC9F5
Complementary color
Monochromatic Colors of #DBC9F5
Black with #DBC9F5
Text Example
Text Example
White with #DBC9F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC9F5; }
p { color: rgb(219,201,245); }
H1.HeaderClassName
{
color: #DBC9F5;
}
.AnyTagClassName
{
color: #DBC9F5;
}
</style>
background-color css
<style>
a { background-color: #DBC9F5; }
a { background-color: rgb(219,201,245); }
div.DivClassName
{
background-color: #DBC9F5;
}
.BgClassName
{
background-color: #DBC9F5;
}
</style>
border-color css
<style>
span { border-color: #DBC9F5; }
span { border-color: rgb(219,201,245); }
td.TdClassName
{
border-color: #DBC9F5;
}
.TagClassName
{
border-color: #DBC9F5;
}
</style>