Shades of Pattens Blue #DBE5EA
Tints of Pattens Blue #DBE5EA
RGB
CMYK
RGB Variations
Color information
#DBE5EA (or 0xDBE5EA) is known color: Pattens Blue. HEX triplet: DB, E5 and EA. RGB value is (219,229,234). Sum of RGB (Red+Green+Blue) = 219+229+234=682 (90% of max value = 765). Red value is 219 (85.94% from 255 or 32.11% from 682); Green value is 229 (89.84% from 255 or 33.58% from 682); Blue value is 234 (91.80% from 255 or 34.31% from 682); Max value from RGB is 234 - color contains mainly: blue. Hex color #DBE5EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBE5EA is #241A15. Grayscale: #E2E2E2. Windows color (decimal): -2365974 or 15394267. OLE color: 15394267.
HSL color Cylindrical-coordinate representation of color #DBE5EA: hue angle of 200º degrees, saturation: 0.26, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DBE5EA is Cyan = 0.06, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 219 | 229 | 234 | - |
| CMYK | 0.06 | 0.02 | 0 | 0.08 |
| HSL | 200º | 0.26% | 0.89% | - |
| HSV(B) | 200º | 0.06% | 0.92% | - |
| XYZ | 72.08 | 77.04 | 88.91 | - |
| YUV | 226.58 | 132.19 | 122.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 229 | 234 | 0.06 | 0.02 | 0 | 0.08 | 200 | 0.26 | 0.89 |
| Hex | DB | E5 | EA | 6 | 2 | 0 | 8 | C8 | 1A | 59 |
| Octal | 333 | 345 | 352 | 6 | 2 | 0 | 10 | 310 | 32 | 131 |
| Binary | 11011011 | 11100101 | 11101010 | 110 | 10 | 0 | 1000 | 11001000 | 11010 | 1011001 |
Color Harmonies of #DBE5EA
Complementary color
Monochromatic Colors of #DBE5EA
Black with #DBE5EA
Text Example
Text Example
White with #DBE5EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE5EA; }
p { color: rgb(219,229,234); }
H1.HeaderClassName
{
color: #DBE5EA;
}
.AnyTagClassName
{
color: #DBE5EA;
}
</style>
background-color css
<style>
a { background-color: #DBE5EA; }
a { background-color: rgb(219,229,234); }
div.DivClassName
{
background-color: #DBE5EA;
}
.BgClassName
{
background-color: #DBE5EA;
}
</style>
border-color css
<style>
span { border-color: #DBE5EA; }
span { border-color: rgb(219,229,234); }
td.TdClassName
{
border-color: #DBE5EA;
}
.TagClassName
{
border-color: #DBE5EA;
}
</style>