#DBE7EF

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

Shades of Pattens Blue #DBE7EF

Tints of Pattens Blue #DBE7EF

Color information

#DBE7EF (or 0xDBE7EF) is unknown color: approx Pattens Blue. HEX triplet: DB, E7 and EF. RGB value is (219,231,239). Sum of RGB (Red+Green+Blue) = 219+231+239=689 (91% of max value = 765). Red value is 219 (85.94% from 255 or 31.79% from 689); Green value is 231 (90.62% from 255 or 33.53% from 689); Blue value is 239 (93.75% from 255 or 34.69% from 689); Max value from RGB is 239 - color contains mainly: blue. Hex color #DBE7EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBE7EF is #241810. Grayscale: #E4E4E4. Windows color (decimal): -2365457 or 15722459. OLE color: 15722459.

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

Color convert

RGB219231239-
CMYK0.080.0300.06
HSL204º38.46%89.8%-
HSV(B)204º8.37%93.73%-
XYZ73.3778.4492.94-
YUV228.32134.02121.35-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 31.79%
GREEN value IS 231 (90.62% from 255) = 33.53%
BLUE value IS 239 (93.75% from 255) = 34.69%
R=31.79%
G=33.53%
B=34.69%

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
Decimal2192312390.080.0300.0620438.4689.8
HexDBE7EF8306cc265a
Octal3333473571030631446132
Binary1101101111100111111011111000110110110011001001101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBE7EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBE7EF; }

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

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

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

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

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

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

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

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