Shades of Pattens Blue #DBE2EA
Tints of Pattens Blue #DBE2EA
RGB
CMYK
RGB Variations
Color information
#DBE2EA (or 0xDBE2EA) is known color: Pattens Blue. HEX triplet: DB, E2 and EA. RGB value is (219,226,234). Sum of RGB (Red+Green+Blue) = 219+226+234=679 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.25% from 679); Green value is 226 (88.67% from 255 or 33.28% from 679); Blue value is 234 (91.80% from 255 or 34.46% from 679); Max value from RGB is 234 - color contains mainly: blue. Hex color #DBE2EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBE2EA is #241D15. Grayscale: #E0E0E0. Windows color (decimal): -2366742 or 15393499. OLE color: 15393499.
HSL color Cylindrical-coordinate representation of color #DBE2EA: hue angle of 212º 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 #DBE2EA is Cyan = 0.06, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
RGB | 219 | 226 | 234 | - |
CMYK | 0.06 | 0.03 | 0 | 0.08 |
HSL | 212º | 0.26% | 0.89% | - |
HSV(B) | 212º | 0.06% | 0.92% | - |
XYZ | 71.26 | 75.39 | 88.64 | - |
YUV | 224.82 | 133.18 | 123.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 226 | 234 | 0.06 | 0.03 | 0 | 0.08 | 212 | 0.26 | 0.89 |
Hex | DB | E2 | EA | 6 | 3 | 0 | 8 | D4 | 1A | 59 |
Octal | 333 | 342 | 352 | 6 | 3 | 0 | 10 | 324 | 32 | 131 |
Binary | 11011011 | 11100010 | 11101010 | 110 | 11 | 0 | 1000 | 11010100 | 11010 | 1011001 |
Color Harmonies of #DBE2EA
Complementary color
Monochromatic Colors of #DBE2EA
Black with #DBE2EA
Text Example
Text Example
White with #DBE2EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE2EA; }
p { color: rgb(219,226,234); }
H1.HeaderClassName
{
color: #DBE2EA;
}
.AnyTagClassName
{
color: #DBE2EA;
}
</style>
background-color css
<style>
a { background-color: #DBE2EA; }
a { background-color: rgb(219,226,234); }
div.DivClassName
{
background-color: #DBE2EA;
}
.BgClassName
{
background-color: #DBE2EA;
}
</style>
border-color css
<style>
span { border-color: #DBE2EA; }
span { border-color: rgb(219,226,234); }
td.TdClassName
{
border-color: #DBE2EA;
}
.TagClassName
{
border-color: #DBE2EA;
}
</style>