#DBECFB

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

Shades of Pattens Blue #DBECFB

Tints of Pattens Blue #DBECFB

Color information

#DBECFB (or 0xDBECFB) is unknown color: approx Pattens Blue. HEX triplet: DB, EC and FB. RGB value is (219,236,251). Sum of RGB (Red+Green+Blue) = 219+236+251=706 (93% of max value = 765). Red value is 219 (85.94% from 255 or 31.02% from 706); Green value is 236 (92.58% from 255 or 33.43% from 706); Blue value is 251 (98.44% from 255 or 35.55% from 706); Max value from RGB is 251 - color contains mainly: blue. Hex color #DBECFB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBECFB is #241304. Grayscale: #E8E8E8. Windows color (decimal): -2364165 or 16510171. OLE color: 16510171.

HSL color Cylindrical-coordinate representation of color #DBECFB: hue angle of 208.12º degrees, saturation: 0.8, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DBECFB is Cyan = 0.13, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB219236251-
CMYK0.130.0600.02
HSL208.12º80%92.16%-
HSV(B)208.12º12.75%98.43%-
XYZ76.6282.02103.06-
YUV232.63138.37118.28-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 31.02%
GREEN value IS 236 (92.58% from 255) = 33.43%
BLUE value IS 251 (98.44% from 255) = 35.55%
R=31.02%
G=33.43%
B=35.55%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2192362510.130.0600.02208.128092.16
HexDBECFBD602d0505c
Octal33335437315602320120134
Binary11011011111011001111101111011100101101000010100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBECFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBECFB; }

 p { color: rgb(219,236,251); }

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

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

 a { background-color: rgb(219,236,251); }

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

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

 span { border-color: rgb(219,236,251); }

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