#DBE8EF

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

Shades of Pattens Blue #DBE8EF

Tints of Pattens Blue #DBE8EF

Color information

#DBE8EF (or 0xDBE8EF) is unknown color: approx Pattens Blue. HEX triplet: DB, E8 and EF. RGB value is (219,232,239). Sum of RGB (Red+Green+Blue) = 219+232+239=690 (91% of max value = 765). Red value is 219 (85.94% from 255 or 31.74% from 690); Green value is 232 (91.02% from 255 or 33.62% from 690); Blue value is 239 (93.75% from 255 or 34.64% from 690); Max value from RGB is 239 - color contains mainly: blue. Hex color #DBE8EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBE8EF is #241710. Grayscale: #E4E4E4. Windows color (decimal): -2365201 or 15722715. OLE color: 15722715.

HSL color Cylindrical-coordinate representation of color #DBE8EF: hue angle of 201º 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 #DBE8EF is Cyan = 0.08, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB219232239-
CMYK0.080.0300.06
HSL201º38.46%89.8%-
HSV(B)201º8.37%93.73%-
XYZ73.6579.0193.03-
YUV228.91133.69120.93-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 31.74%
GREEN value IS 232 (91.02% from 255) = 33.62%
BLUE value IS 239 (93.75% from 255) = 34.64%
R=31.74%
G=33.62%
B=34.64%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2192322390.080.0300.0620138.4689.8
HexDBE8EF8306c9265a
Octal3333503571030631146132
Binary1101101111101000111011111000110110110010011001101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBE8EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBE8EF; }

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

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

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

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

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

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

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

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