#DBEEF7

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

Shades of Pattens Blue #DBEEF7

Tints of Pattens Blue #DBEEF7

Color information

#DBEEF7 (or 0xDBEEF7) is unknown color: approx Pattens Blue. HEX triplet: DB, EE and F7. RGB value is (219,238,247). Sum of RGB (Red+Green+Blue) = 219+238+247=704 (93% of max value = 765). Red value is 219 (85.94% from 255 or 31.11% from 704); Green value is 238 (93.36% from 255 or 33.81% from 704); Blue value is 247 (96.88% from 255 or 35.09% from 704); Max value from RGB is 247 - color contains mainly: blue. Hex color #DBEEF7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBEEF7 is #241108. Grayscale: #E9E9E9. Windows color (decimal): -2363657 or 16248539. OLE color: 16248539.

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

Color convert

RGB219238247-
CMYK0.110.0400.03
HSL199.29º63.64%91.37%-
HSV(B)199.29º11.34%96.86%-
XYZ76.5882.9299.97-
YUV233.34135.71117.77-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 31.11%
GREEN value IS 238 (93.36% from 255) = 33.81%
BLUE value IS 247 (96.88% from 255) = 35.09%
R=31.11%
G=33.81%
B=35.09%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2192382470.110.0400.03199.2963.6491.37
HexDBEEF7B403c7405b
Octal33335636713403307100133
Binary11011011111011101111011110111000111100011110000001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBEEF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBEEF7; }

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

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

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

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

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

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

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

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