#DBE1E5

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

Shades of Pattens Blue #DBE1E5

Tints of Pattens Blue #DBE1E5

Color information

#DBE1E5 (or 0xDBE1E5) is unknown color: approx Pattens Blue. HEX triplet: DB, E1 and E5. RGB value is (219,225,229). Sum of RGB (Red+Green+Blue) = 219+225+229=673 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.54% from 673); Green value is 225 (88.28% from 255 or 33.43% from 673); Blue value is 229 (89.84% from 255 or 34.03% from 673); Max value from RGB is 229 - color contains mainly: blue. Hex color #DBE1E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBE1E5 is #241E1A. Grayscale: #DFDFDF. Windows color (decimal): -2367003 or 15065563. OLE color: 15065563.

HSL color Cylindrical-coordinate representation of color #DBE1E5: hue angle of 204º degrees, saturation: 0.16, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #DBE1E5 is Cyan = 0.04, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB219225229-
CMYK0.040.0200.10
HSL204º16.13%87.84%-
HSV(B)204º4.37%89.8%-
XYZ70.2874.5784.82-
YUV223.66131.01124.67-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 32.54%
GREEN value IS 225 (88.28% from 255) = 33.43%
BLUE value IS 229 (89.84% from 255) = 34.03%
R=32.54%
G=33.43%
B=34.03%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2192252290.040.0200.1020416.1387.84
HexDBE1E5420Acc1058
Octal3333413454201231420130
Binary110110111110000111100101100100101011001100100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBE1E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBE1E5; }

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

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

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

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

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

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

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

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