#DBE5EB

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

Shades of Pattens Blue #DBE5EB

Tints of Pattens Blue #DBE5EB

Color information

#DBE5EB (or 0xDBE5EB) is unknown color: approx Pattens Blue. HEX triplet: DB, E5 and EB. RGB value is (219,229,235). Sum of RGB (Red+Green+Blue) = 219+229+235=683 (90% of max value = 765). Red value is 219 (85.94% from 255 or 32.06% from 683); Green value is 229 (89.84% from 255 or 33.53% from 683); Blue value is 235 (92.19% from 255 or 34.41% from 683); Max value from RGB is 235 - color contains mainly: blue. Hex color #DBE5EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBE5EB is #241A14. Grayscale: #E2E2E2. Windows color (decimal): -2365973 or 15459803. OLE color: 15459803.

HSL color Cylindrical-coordinate representation of color #DBE5EB: hue angle of 202.5º degrees, saturation: 0.29, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DBE5EB is Cyan = 0.07, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB219229235-
CMYK0.070.0300.08
HSL202.5º28.57%89.02%-
HSV(B)202.5º6.81%92.16%-
XYZ72.2377.189.67-
YUV226.69132.69122.51-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 32.06%
GREEN value IS 229 (89.84% from 255) = 33.53%
BLUE value IS 235 (92.19% from 255) = 34.41%
R=32.06%
G=33.53%
B=34.41%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2192292350.070.0300.08202.528.5789.02
HexDBE5EB7308ca1d59
Octal3333453537301031235131
Binary110110111110010111101011111110100011001010111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBE5EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBE5EB; }

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

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

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

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

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

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

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

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