#DBEBF7

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

Shades of Pattens Blue #DBEBF7

Tints of Pattens Blue #DBEBF7

Color information

#DBEBF7 (or 0xDBEBF7) is unknown color: approx Pattens Blue. HEX triplet: DB, EB and F7. RGB value is (219,235,247). Sum of RGB (Red+Green+Blue) = 219+235+247=701 (92% of max value = 765). Red value is 219 (85.94% from 255 or 31.24% from 701); Green value is 235 (92.19% from 255 or 33.52% from 701); Blue value is 247 (96.88% from 255 or 35.24% from 701); Max value from RGB is 247 - color contains mainly: blue. Hex color #DBEBF7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBEBF7 is #241408. Grayscale: #E7E7E7. Windows color (decimal): -2364425 or 16247771. OLE color: 16247771.

HSL color Cylindrical-coordinate representation of color #DBEBF7: hue angle of 205.71º degrees, saturation: 0.64, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DBEBF7 is Cyan = 0.11, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB219235247-
CMYK0.110.0500.03
HSL205.71º63.64%91.37%-
HSV(B)205.71º11.34%96.86%-
XYZ75.7181.1999.68-
YUV231.58136.7119.02-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 31.24%
GREEN value IS 235 (92.19% from 255) = 33.52%
BLUE value IS 247 (96.88% from 255) = 35.24%
R=31.24%
G=33.52%
B=35.24%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2192352470.110.0500.03205.7163.6491.37
HexDBEBF7B503ce405b
Octal33335336713503316100133
Binary11011011111010111111011110111010111100111010000001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBEBF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBEBF7; }

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

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

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

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

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

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

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

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