Shades of Fog #DBC5F1
Tints of Fog #DBC5F1
RGB
CMYK
RGB Variations
Color information
#DBC5F1 (or 0xDBC5F1) is known color: Fog. HEX triplet: DB, C5 and F1. RGB value is (219,197,241). Sum of RGB (Red+Green+Blue) = 219+197+241=657 (87% of max value = 765). Red value is 219 (85.94% from 255 or 33.33% from 657); Green value is 197 (77.34% from 255 or 29.98% from 657); Blue value is 241 (94.53% from 255 or 36.68% from 657); Max value from RGB is 241 - color contains mainly: blue. Hex color #DBC5F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBC5F1 is #243A0E. Grayscale: #D0D0D0. Windows color (decimal): -2374159 or 15844827. OLE color: 15844827.
HSL color Cylindrical-coordinate representation of color #DBC5F1: hue angle of 270º degrees, saturation: 0.61, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DBC5F1 is Cyan = 0.09, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 197 | 241 | - |
| CMYK | 0.09 | 0.18 | 0 | 0.05 |
| HSL | 270º | 0.61% | 0.86% | - |
| HSV(B) | 270º | 0.18% | 0.95% | - |
| XYZ | 65.06 | 61.34 | 91.63 | - |
| YUV | 208.59 | 146.29 | 135.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 197 | 241 | 0.09 | 0.18 | 0 | 0.05 | 270 | 0.61 | 0.86 |
| Hex | DB | C5 | F1 | 9 | 12 | 0 | 5 | 10E | 3D | 56 |
| Octal | 333 | 305 | 361 | 11 | 22 | 0 | 5 | 416 | 75 | 126 |
| Binary | 11011011 | 11000101 | 11110001 | 1001 | 10010 | 0 | 101 | 100001110 | 111101 | 1010110 |
Color Harmonies of #DBC5F1
Complementary color
Monochromatic Colors of #DBC5F1
Black with #DBC5F1
Text Example
Text Example
White with #DBC5F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC5F1; }
p { color: rgb(219,197,241); }
H1.HeaderClassName
{
color: #DBC5F1;
}
.AnyTagClassName
{
color: #DBC5F1;
}
</style>
background-color css
<style>
a { background-color: #DBC5F1; }
a { background-color: rgb(219,197,241); }
div.DivClassName
{
background-color: #DBC5F1;
}
.BgClassName
{
background-color: #DBC5F1;
}
</style>
border-color css
<style>
span { border-color: #DBC5F1; }
span { border-color: rgb(219,197,241); }
td.TdClassName
{
border-color: #DBC5F1;
}
.TagClassName
{
border-color: #DBC5F1;
}
</style>