#DBECF3

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

Shades of Pattens Blue #DBECF3

Tints of Pattens Blue #DBECF3

Color information

#DBECF3 (or 0xDBECF3) is unknown color: approx Pattens Blue. HEX triplet: DB, EC and F3. RGB value is (219,236,243). Sum of RGB (Red+Green+Blue) = 219+236+243=698 (92% of max value = 765). Red value is 219 (85.94% from 255 or 31.38% from 698); Green value is 236 (92.58% from 255 or 33.81% from 698); Blue value is 243 (95.31% from 255 or 34.81% from 698); Max value from RGB is 243 - color contains mainly: blue. Hex color #DBECF3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBECF3 is #24130C. Grayscale: #E7E7E7. Windows color (decimal): -2364173 or 15985883. OLE color: 15985883.

HSL color Cylindrical-coordinate representation of color #DBECF3: hue angle of 197.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 #DBECF3 is Cyan = 0.10, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB219236243-
CMYK0.100.0300.05
HSL197.5º50%90.59%-
HSV(B)197.5º9.88%95.29%-
XYZ75.3981.5296.56-
YUV231.71134.37118.93-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 31.38%
GREEN value IS 236 (92.58% from 255) = 33.81%
BLUE value IS 243 (95.31% from 255) = 34.81%
R=31.38%
G=33.81%
B=34.81%

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
Decimal2192362430.100.0300.05197.55090.59
HexDBECF3A305c6325b
Octal3333543631230530662133
Binary1101101111101100111100111010110101110001101100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBECF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBECF3; }

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

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

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

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

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

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

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

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