#DBECF7

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

Shades of Pattens Blue #DBECF7

Tints of Pattens Blue #DBECF7

Color information

#DBECF7 (or 0xDBECF7) is unknown color: approx Pattens Blue. HEX triplet: DB, EC and F7. RGB value is (219,236,247). Sum of RGB (Red+Green+Blue) = 219+236+247=702 (92% of max value = 765). Red value is 219 (85.94% from 255 or 31.20% from 702); Green value is 236 (92.58% from 255 or 33.62% from 702); Blue value is 247 (96.88% from 255 or 35.19% from 702); Max value from RGB is 247 - color contains mainly: blue. Hex color #DBECF7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBECF7 is #241308. Grayscale: #E8E8E8. Windows color (decimal): -2364169 or 16248027. OLE color: 16248027.

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

Color convert

RGB219236247-
CMYK0.110.0400.03
HSL203.57º63.64%91.37%-
HSV(B)203.57º11.34%96.86%-
XYZ7681.7799.77-
YUV232.17136.37118.61-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 31.20%
GREEN value IS 236 (92.58% from 255) = 33.62%
BLUE value IS 247 (96.88% from 255) = 35.19%
R=31.20%
G=33.62%
B=35.19%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2192362470.110.0400.03203.5763.6491.37
HexDBECF7B403cc405b
Octal33335436713403314100133
Binary11011011111011001111011110111000111100110010000001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBECF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBECF7; }

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

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

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

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

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

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

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

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