Shades of Pattens Blue #DBE6F0
Tints of Pattens Blue #DBE6F0
RGB
CMYK
RGB Variations
Color information
#DBE6F0 (or 0xDBE6F0) is known color: Pattens Blue. HEX triplet: DB, E6 and F0. RGB value is (219,230,240). Sum of RGB (Red+Green+Blue) = 219+230+240=689 (91% of max value = 765). Red value is 219 (85.94% from 255 or 31.79% from 689); Green value is 230 (90.23% from 255 or 33.38% from 689); Blue value is 240 (94.14% from 255 or 34.83% from 689); Max value from RGB is 240 - color contains mainly: blue. Hex color #DBE6F0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBE6F0 is #24190F. Grayscale: #E3E3E3. Windows color (decimal): -2365712 or 15787739. OLE color: 15787739.
HSL color Cylindrical-coordinate representation of color #DBE6F0: hue angle of 208.57º degrees, saturation: 0.41, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DBE6F0 is Cyan = 0.09, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 219 | 230 | 240 | - |
| CMYK | 0.09 | 0.04 | 0 | 0.06 |
| HSL | 208.57º | 0.41% | 0.9% | - |
| HSV(B) | 208.57º | 0.09% | 0.94% | - |
| XYZ | 73.24 | 77.94 | 93.62 | - |
| YUV | 227.85 | 134.86 | 121.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 230 | 240 | 0.09 | 0.04 | 0 | 0.06 | 208.57 | 0.41 | 0.9 |
| Hex | DB | E6 | F0 | 9 | 4 | 0 | 6 | D1 | 29 | 5A |
| Octal | 333 | 346 | 360 | 11 | 4 | 0 | 6 | 321 | 51 | 132 |
| Binary | 11011011 | 11100110 | 11110000 | 1001 | 100 | 0 | 110 | 11010001 | 101001 | 1011010 |
Color Harmonies of #DBE6F0
Complementary color
Monochromatic Colors of #DBE6F0
Black with #DBE6F0
Text Example
Text Example
White with #DBE6F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE6F0; }
p { color: rgb(219,230,240); }
H1.HeaderClassName
{
color: #DBE6F0;
}
.AnyTagClassName
{
color: #DBE6F0;
}
</style>
background-color css
<style>
a { background-color: #DBE6F0; }
a { background-color: rgb(219,230,240); }
div.DivClassName
{
background-color: #DBE6F0;
}
.BgClassName
{
background-color: #DBE6F0;
}
</style>
border-color css
<style>
span { border-color: #DBE6F0; }
span { border-color: rgb(219,230,240); }
td.TdClassName
{
border-color: #DBE6F0;
}
.TagClassName
{
border-color: #DBE6F0;
}
</style>