#DBE7EB

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

Shades of Pattens Blue #DBE7EB

Tints of Pattens Blue #DBE7EB

Color information

#DBE7EB (or 0xDBE7EB) is unknown color: approx Pattens Blue. HEX triplet: DB, E7 and EB. RGB value is (219,231,235). Sum of RGB (Red+Green+Blue) = 219+231+235=685 (90% of max value = 765). Red value is 219 (85.94% from 255 or 31.97% from 685); Green value is 231 (90.62% from 255 or 33.72% from 685); Blue value is 235 (92.19% from 255 or 34.31% from 685); Max value from RGB is 235 - color contains mainly: blue. Hex color #DBE7EB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBE7EB is #241814. Grayscale: #E3E3E3. Windows color (decimal): -2365461 or 15460315. OLE color: 15460315.

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

Color convert

RGB219231235-
CMYK0.070.0200.08
HSL195º28.57%89.02%-
HSV(B)195º6.81%92.16%-
XYZ72.7878.2189.86-
YUV227.87132.02121.67-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 31.97%
GREEN value IS 231 (90.62% from 255) = 33.72%
BLUE value IS 235 (92.19% from 255) = 34.31%
R=31.97%
G=33.72%
B=34.31%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2192312350.070.0200.0819528.5789.02
HexDBE7EB7208c31d59
Octal3333473537201030335131
Binary110110111110011111101011111100100011000011111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBE7EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBE7EB; }

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

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

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

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

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

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

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

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