#DBEAF3

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

Shades of Pattens Blue #DBEAF3

Tints of Pattens Blue #DBEAF3

Color information

#DBEAF3 (or 0xDBEAF3) is unknown color: approx Pattens Blue. HEX triplet: DB, EA and F3. RGB value is (219,234,243). Sum of RGB (Red+Green+Blue) = 219+234+243=696 (92% of max value = 765). Red value is 219 (85.94% from 255 or 31.47% from 696); Green value is 234 (91.80% from 255 or 33.62% from 696); Blue value is 243 (95.31% from 255 or 34.91% from 696); Max value from RGB is 243 - color contains mainly: blue. Hex color #DBEAF3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBEAF3 is #24150C. Grayscale: #E6E6E6. Windows color (decimal): -2364685 or 15985371. OLE color: 15985371.

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

Color convert

RGB219234243-
CMYK0.100.0400.05
HSL202.5º50%90.59%-
HSV(B)202.5º9.88%95.29%-
XYZ74.8180.3896.37-
YUV230.54135.03119.77-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 31.47%
GREEN value IS 234 (91.80% from 255) = 33.62%
BLUE value IS 243 (95.31% from 255) = 34.91%
R=31.47%
G=33.62%
B=34.91%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2192342430.100.0400.05202.55090.59
HexDBEAF3A405ca325b
Octal3333523631240531262133
Binary11011011111010101111001110101000101110010101100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBEAF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBEAF3; }

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

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

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

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

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

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

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

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