#DBEBF9

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

Shades of Pattens Blue #DBEBF9

Tints of Pattens Blue #DBEBF9

Color information

#DBEBF9 (or 0xDBEBF9) is unknown color: approx Pattens Blue. HEX triplet: DB, EB and F9. RGB value is (219,235,249). Sum of RGB (Red+Green+Blue) = 219+235+249=703 (93% of max value = 765). Red value is 219 (85.94% from 255 or 31.15% from 703); Green value is 235 (92.19% from 255 or 33.43% from 703); Blue value is 249 (97.66% from 255 or 35.42% from 703); Max value from RGB is 249 - color contains mainly: blue. Hex color #DBEBF9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBEBF9 is #241406. Grayscale: #E7E7E7. Windows color (decimal): -2364423 or 16378843. OLE color: 16378843.

HSL color Cylindrical-coordinate representation of color #DBEBF9: hue angle of 208º degrees, saturation: 0.71, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DBEBF9 is Cyan = 0.12, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB219235249-
CMYK0.120.0600.02
HSL208º71.43%91.76%-
HSV(B)208º12.05%97.65%-
XYZ76.0281.32101.31-
YUV231.81137.7118.86-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 31.15%
GREEN value IS 235 (92.19% from 255) = 33.43%
BLUE value IS 249 (97.66% from 255) = 35.42%
R=31.15%
G=33.43%
B=35.42%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2192352490.120.0600.0220871.4391.76
HexDBEBF9C602d0475c
Octal33335337114602320107134
Binary11011011111010111111100111001100101101000010001111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBEBF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBEBF9; }

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

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

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

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

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

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

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

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