#DBE7F0

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

Shades of Pattens Blue #DBE7F0

Tints of Pattens Blue #DBE7F0

Color information

#DBE7F0 (or 0xDBE7F0) is unknown color: approx Pattens Blue. HEX triplet: DB, E7 and F0. RGB value is (219,231,240). Sum of RGB (Red+Green+Blue) = 219+231+240=690 (91% of max value = 765). Red value is 219 (85.94% from 255 or 31.74% from 690); Green value is 231 (90.62% from 255 or 33.48% from 690); Blue value is 240 (94.14% from 255 or 34.78% from 690); Max value from RGB is 240 - color contains mainly: blue. Hex color #DBE7F0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBE7F0 is #24180F. Grayscale: #E4E4E4. Windows color (decimal): -2365456 or 15787995. OLE color: 15787995.

HSL color Cylindrical-coordinate representation of color #DBE7F0: hue angle of 205.71º degrees, saturation: 0.41, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DBE7F0 is Cyan = 0.09, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB219231240-
CMYK0.090.0400.06
HSL205.71º41.18%90%-
HSV(B)205.71º8.75%94.12%-
XYZ73.5278.593.72-
YUV228.44134.52121.27-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 31.74%
GREEN value IS 231 (90.62% from 255) = 33.48%
BLUE value IS 240 (94.14% from 255) = 34.78%
R=31.74%
G=33.48%
B=34.78%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2192312400.090.0400.06205.7141.1890
HexDBE7F09406ce295a
Octal3333473601140631651132
Binary11011011111001111111000010011000110110011101010011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBE7F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBE7F0; }

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

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

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

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

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

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

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

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