#DBEAF8

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

Shades of Pattens Blue #DBEAF8

Tints of Pattens Blue #DBEAF8

Color information

#DBEAF8 (or 0xDBEAF8) is unknown color: approx Pattens Blue. HEX triplet: DB, EA and F8. RGB value is (219,234,248). Sum of RGB (Red+Green+Blue) = 219+234+248=701 (92% of max value = 765). Red value is 219 (85.94% from 255 or 31.24% from 701); Green value is 234 (91.80% from 255 or 33.38% from 701); Blue value is 248 (97.27% from 255 or 35.38% from 701); Max value from RGB is 248 - color contains mainly: blue. Hex color #DBEAF8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBEAF8 is #241507. Grayscale: #E7E7E7. Windows color (decimal): -2364680 or 16313051. OLE color: 16313051.

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

Color convert

RGB219234248-
CMYK0.120.0600.03
HSL208.97º67.44%91.57%-
HSV(B)208.97º11.69%97.25%-
XYZ75.5880.68100.4-
YUV231.11137.53119.36-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 31.24%
GREEN value IS 234 (91.80% from 255) = 33.38%
BLUE value IS 248 (97.27% from 255) = 35.38%
R=31.24%
G=33.38%
B=35.38%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2192342480.120.0600.03208.9767.4491.57
HexDBEAF8C603d1435c
Octal33335237014603321103134
Binary11011011111010101111100011001100111101000110000111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBEAF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBEAF8; }

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

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

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

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

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

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

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

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