#DBE6EA

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

Shades of Pattens Blue #DBE6EA

Tints of Pattens Blue #DBE6EA

Color information

#DBE6EA (or 0xDBE6EA) is unknown color: approx Pattens Blue. HEX triplet: DB, E6 and EA. RGB value is (219,230,234). Sum of RGB (Red+Green+Blue) = 219+230+234=683 (90% of max value = 765). Red value is 219 (85.94% from 255 or 32.06% from 683); Green value is 230 (90.23% from 255 or 33.67% from 683); Blue value is 234 (91.80% from 255 or 34.26% from 683); Max value from RGB is 234 - color contains mainly: blue. Hex color #DBE6EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBE6EA is #241915. Grayscale: #E3E3E3. Windows color (decimal): -2365718 or 15394523. OLE color: 15394523.

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

Color convert

RGB219230234-
CMYK0.060.0200.08
HSL196º26.32%88.82%-
HSV(B)196º6.41%91.76%-
XYZ72.3677.5989.01-
YUV227.17131.86122.17-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 32.06%
GREEN value IS 230 (90.23% from 255) = 33.67%
BLUE value IS 234 (91.80% from 255) = 34.26%
R=32.06%
G=33.67%
B=34.26%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2192302340.060.0200.0819626.3288.82
HexDBE6EA6208c41a59
Octal3333463526201030432131
Binary110110111110011011101010110100100011000100110101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBE6EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBE6EA; }

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

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

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

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

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

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

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

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