#DBE4EA

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

Shades of Pattens Blue #DBE4EA

Tints of Pattens Blue #DBE4EA

Color information

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

RGB219228234-
CMYK0.060.0300.08
HSL204º26.32%88.82%-
HSV(B)204º6.41%91.76%-
XYZ71.8176.4988.82-
YUV225.99132.52123.01-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 32.16%
GREEN value IS 228 (89.45% from 255) = 33.48%
BLUE value IS 234 (91.80% from 255) = 34.36%
R=32.16%
G=33.48%
B=34.36%

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
Decimal2192282340.060.0300.0820426.3288.82
HexDBE4EA6308cc1a59
Octal3333443526301031432131
Binary110110111110010011101010110110100011001100110101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBE4EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



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