#DBE2EA

Color #DBE2EA Pattens Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pattens Blue #DBE2EA

Tints of Pattens Blue #DBE2EA

Color information

#DBE2EA (or 0xDBE2EA) is unknown color: approx 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

RGB219226234-
CMYK0.060.0300.08
HSL212º26.32%88.82%-
HSV(B)212º6.41%91.76%-
XYZ71.2675.3988.64-
YUV224.82133.18123.85-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 219 (85.94% from 255) = 32.25%
GREEN value IS 226 (88.67% from 255) = 33.28%
BLUE value IS 234 (91.80% from 255) = 34.46%
R=32.25%
G=33.28%
B=34.46%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2192262340.060.0300.0821226.3288.82
HexDBE2EA6308d41a59
Octal3333423526301032432131
Binary110110111110001011101010110110100011010100110101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBE2EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>