#DBEAF5

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

Shades of Pattens Blue #DBEAF5

Tints of Pattens Blue #DBEAF5

Color information

#DBEAF5 (or 0xDBEAF5) is unknown color: approx Pattens Blue. HEX triplet: DB, EA and F5. RGB value is (219,234,245). Sum of RGB (Red+Green+Blue) = 219+234+245=698 (92% of max value = 765). Red value is 219 (85.94% from 255 or 31.38% from 698); Green value is 234 (91.80% from 255 or 33.52% from 698); Blue value is 245 (96.09% from 255 or 35.10% from 698); Max value from RGB is 245 - color contains mainly: blue. Hex color #DBEAF5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBEAF5 is #24150A. Grayscale: #E6E6E6. Windows color (decimal): -2364683 or 16116443. OLE color: 16116443.

HSL color Cylindrical-coordinate representation of color #DBEAF5: hue angle of 205.38º degrees, saturation: 0.57, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DBEAF5 is Cyan = 0.11, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB219234245-
CMYK0.110.0400.04
HSL205.38º56.52%90.98%-
HSV(B)205.38º10.61%96.08%-
XYZ75.1280.597.96-
YUV230.77136.03119.61-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 31.38%
GREEN value IS 234 (91.80% from 255) = 33.52%
BLUE value IS 245 (96.09% from 255) = 35.10%
R=31.38%
G=33.52%
B=35.10%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2192342450.110.0400.04205.3856.5290.98
HexDBEAF5B404cd395b
Octal3333523651340431571133
Binary11011011111010101111010110111000100110011011110011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBEAF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBEAF5; }

 p { color: rgb(219,234,245); }

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

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

 a { background-color: rgb(219,234,245); }

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

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

 span { border-color: rgb(219,234,245); }

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