#DBE9EC

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

Shades of Pattens Blue #DBE9EC

Tints of Pattens Blue #DBE9EC

Color information

#DBE9EC (or 0xDBE9EC) is unknown color: approx Pattens Blue. HEX triplet: DB, E9 and EC. RGB value is (219,233,236). Sum of RGB (Red+Green+Blue) = 219+233+236=688 (91% of max value = 765). Red value is 219 (85.94% from 255 or 31.83% from 688); Green value is 233 (91.41% from 255 or 33.87% from 688); Blue value is 236 (92.58% from 255 or 34.30% from 688); Max value from RGB is 236 - color contains mainly: blue. Hex color #DBE9EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBE9EC is #241613. Grayscale: #E5E5E5. Windows color (decimal): -2364948 or 15526363. OLE color: 15526363.

HSL color Cylindrical-coordinate representation of color #DBE9EC: hue angle of 190.59º degrees, saturation: 0.31, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DBE9EC is Cyan = 0.07, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB219233236-
CMYK0.070.0100.07
HSL190.59º30.91%89.22%-
HSV(B)190.59º7.2%92.55%-
XYZ73.4979.3990.81-
YUV229.16131.86120.76-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 31.83%
GREEN value IS 233 (91.41% from 255) = 33.87%
BLUE value IS 236 (92.58% from 255) = 34.30%
R=31.83%
G=33.87%
B=34.30%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2192332360.070.0100.07190.5930.9189.22
HexDBE9EC7107bf1f59
Octal333351354710727737131
Binary1101101111101001111011001111011110111111111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBE9EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBE9EC; }

 p { color: rgb(219,233,236); }

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

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

 a { background-color: rgb(219,233,236); }

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

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

 span { border-color: rgb(219,233,236); }

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