#DBEAF2

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

Shades of Pattens Blue #DBEAF2

Tints of Pattens Blue #DBEAF2

Color information

#DBEAF2 (or 0xDBEAF2) is unknown color: approx Pattens Blue. HEX triplet: DB, EA and F2. RGB value is (219,234,242). Sum of RGB (Red+Green+Blue) = 219+234+242=695 (92% of max value = 765). Red value is 219 (85.94% from 255 or 31.51% from 695); Green value is 234 (91.80% from 255 or 33.67% from 695); Blue value is 242 (94.92% from 255 or 34.82% from 695); Max value from RGB is 242 - color contains mainly: blue. Hex color #DBEAF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBEAF2 is #24150D. Grayscale: #E6E6E6. Windows color (decimal): -2364686 or 15919835. OLE color: 15919835.

HSL color Cylindrical-coordinate representation of color #DBEAF2: hue angle of 200.87º degrees, saturation: 0.47, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DBEAF2 is Cyan = 0.10, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB219234242-
CMYK0.100.0300.05
HSL200.87º46.94%90.39%-
HSV(B)200.87º9.5%94.9%-
XYZ74.6680.3295.57-
YUV230.43134.53119.85-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 31.51%
GREEN value IS 234 (91.80% from 255) = 33.67%
BLUE value IS 242 (94.92% from 255) = 34.82%
R=31.51%
G=33.67%
B=34.82%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2192342420.100.0300.05200.8746.9490.39
HexDBEAF2A305c92f5a
Octal3333523621230531157132
Binary1101101111101010111100101010110101110010011011111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBEAF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBEAF2; }

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

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

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

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

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

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

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

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