#DBE3EA

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

Shades of Pattens Blue #DBE3EA

Tints of Pattens Blue #DBE3EA

Color information

#DBE3EA (or 0xDBE3EA) is unknown color: approx Pattens Blue. HEX triplet: DB, E3 and EA. RGB value is (219,227,234). Sum of RGB (Red+Green+Blue) = 219+227+234=680 (90% of max value = 765). Red value is 219 (85.94% from 255 or 32.21% from 680); Green value is 227 (89.06% from 255 or 33.38% from 680); Blue value is 234 (91.80% from 255 or 34.41% from 680); Max value from RGB is 234 - color contains mainly: blue. Hex color #DBE3EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBE3EA is #241C15. Grayscale: #E1E1E1. Windows color (decimal): -2366486 or 15393755. OLE color: 15393755.

HSL color Cylindrical-coordinate representation of color #DBE3EA: hue angle of 208º 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 #DBE3EA is Cyan = 0.06, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB219227234-
CMYK0.060.0300.08
HSL208º26.32%88.82%-
HSV(B)208º6.41%91.76%-
XYZ71.5375.9488.73-
YUV225.41132.85123.43-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 32.21%
GREEN value IS 227 (89.06% from 255) = 33.38%
BLUE value IS 234 (91.80% from 255) = 34.41%
R=32.21%
G=33.38%
B=34.41%

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
Decimal2192272340.060.0300.0820826.3288.82
HexDBE3EA6308d01a59
Octal3333433526301032032131
Binary110110111110001111101010110110100011010000110101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBE3EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBE3EA; }

 p { color: rgb(219,227,234); }

 H1.HeaderClassName
 {
   color: #DBE3EA;
 }
 .AnyTagClassName
 {
   color: #DBE3EA;
 }
</style>
background-color css

<style>
 a { background-color: #DBE3EA; }

 a { background-color: rgb(219,227,234); }

 div.DivClassName
 {
   background-color: #DBE3EA;
 }
 .BgClassName
 {
   background-color: #DBE3EA;
 }
</style>
border-color css

<style>
 span { border-color: #DBE3EA; }

 span { border-color: rgb(219,227,234); }

 td.TdClassName
 {
   border-color: #DBE3EA;
 }
 .TagClassName
 {
   border-color: #DBE3EA;
 }
</style>