Shades of Pattens Blue #DBE4EA
Tints of Pattens Blue #DBE4EA
RGB
CMYK
RGB Variations
Color information
#DBE4EA (or 0xDBE4EA) is known color: Pattens Blue. HEX triplet: DB, E4 and EA. RGB value is (219,228,234). Sum of RGB (Red+Green+Blue) = 219+228+234=681 (90% of max value = 765). Red value is 219 (85.94% from 255 or 32.16% from 681); Green value is 228 (89.45% from 255 or 33.48% from 681); Blue value is 234 (91.80% from 255 or 34.36% from 681); Max value from RGB is 234 - color contains mainly: blue. Hex color #DBE4EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBE4EA is #241B15. Grayscale: #E1E1E1. Windows color (decimal): -2366230 or 15394011. OLE color: 15394011.
HSL color Cylindrical-coordinate representation of color #DBE4EA: hue angle of 204º 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 #DBE4EA is Cyan = 0.06, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 219 | 228 | 234 | - |
| CMYK | 0.06 | 0.03 | 0 | 0.08 |
| HSL | 204º | 0.26% | 0.89% | - |
| HSV(B) | 204º | 0.06% | 0.92% | - |
| XYZ | 71.81 | 76.49 | 88.82 | - |
| YUV | 225.99 | 132.52 | 123.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 228 | 234 | 0.06 | 0.03 | 0 | 0.08 | 204 | 0.26 | 0.89 |
| Hex | DB | E4 | EA | 6 | 3 | 0 | 8 | CC | 1A | 59 |
| Octal | 333 | 344 | 352 | 6 | 3 | 0 | 10 | 314 | 32 | 131 |
| Binary | 11011011 | 11100100 | 11101010 | 110 | 11 | 0 | 1000 | 11001100 | 11010 | 1011001 |
Color Harmonies of #DBE4EA
Complementary color
Monochromatic Colors of #DBE4EA
Black with #DBE4EA
Text Example
Text Example
White with #DBE4EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE4EA; }
p { color: rgb(219,228,234); }
H1.HeaderClassName
{
color: #DBE4EA;
}
.AnyTagClassName
{
color: #DBE4EA;
}
</style>
background-color css
<style>
a { background-color: #DBE4EA; }
a { background-color: rgb(219,228,234); }
div.DivClassName
{
background-color: #DBE4EA;
}
.BgClassName
{
background-color: #DBE4EA;
}
</style>
border-color css
<style>
span { border-color: #DBE4EA; }
span { border-color: rgb(219,228,234); }
td.TdClassName
{
border-color: #DBE4EA;
}
.TagClassName
{
border-color: #DBE4EA;
}
</style>