#DBE5EF

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

Shades of Pattens Blue #DBE5EF

Tints of Pattens Blue #DBE5EF

Color information

#DBE5EF (or 0xDBE5EF) is unknown color: approx Pattens Blue. HEX triplet: DB, E5 and EF. RGB value is (219,229,239). Sum of RGB (Red+Green+Blue) = 219+229+239=687 (90% of max value = 765). Red value is 219 (85.94% from 255 or 31.88% from 687); Green value is 229 (89.84% from 255 or 33.33% from 687); Blue value is 239 (93.75% from 255 or 34.79% from 687); Max value from RGB is 239 - color contains mainly: blue. Hex color #DBE5EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBE5EF is #241A10. Grayscale: #E3E3E3. Windows color (decimal): -2365969 or 15721947. OLE color: 15721947.

HSL color Cylindrical-coordinate representation of color #DBE5EF: hue angle of 210º degrees, saturation: 0.38, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DBE5EF is Cyan = 0.08, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB219229239-
CMYK0.080.0400.06
HSL210º38.46%89.8%-
HSV(B)210º8.37%93.73%-
XYZ72.8177.3392.75-
YUV227.15134.69122.19-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 31.88%
GREEN value IS 229 (89.84% from 255) = 33.33%
BLUE value IS 239 (93.75% from 255) = 34.79%
R=31.88%
G=33.33%
B=34.79%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2192292390.080.0400.0621038.4689.8
HexDBE5EF8406d2265a
Octal3333453571040632246132
Binary11011011111001011110111110001000110110100101001101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBE5EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBE5EF; }

 p { color: rgb(219,229,239); }

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

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

 a { background-color: rgb(219,229,239); }

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

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

 span { border-color: rgb(219,229,239); }

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