#DBE3EC

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

Shades of Pattens Blue #DBE3EC

Tints of Pattens Blue #DBE3EC

Color information

#DBE3EC (or 0xDBE3EC) is unknown color: approx Pattens Blue. HEX triplet: DB, E3 and EC. RGB value is (219,227,236). Sum of RGB (Red+Green+Blue) = 219+227+236=682 (90% of max value = 765). Red value is 219 (85.94% from 255 or 32.11% from 682); Green value is 227 (89.06% from 255 or 33.28% from 682); Blue value is 236 (92.58% from 255 or 34.60% from 682); Max value from RGB is 236 - color contains mainly: blue. Hex color #DBE3EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBE3EC is #241C13. Grayscale: #E1E1E1. Windows color (decimal): -2366484 or 15524827. OLE color: 15524827.

HSL color Cylindrical-coordinate representation of color #DBE3EC: hue angle of 211.76º degrees, saturation: 0.31, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DBE3EC is Cyan = 0.07, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB219227236-
CMYK0.070.0400.07
HSL211.76º30.91%89.22%-
HSV(B)211.76º7.2%92.55%-
XYZ71.8276.0590.25-
YUV225.63133.85123.27-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 32.11%
GREEN value IS 227 (89.06% from 255) = 33.28%
BLUE value IS 236 (92.58% from 255) = 34.60%
R=32.11%
G=33.28%
B=34.60%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2192272360.070.0400.07211.7630.9189.22
HexDBE3EC7407d41f59
Octal333343354740732437131
Binary110110111110001111101100111100011111010100111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBE3EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBE3EC; }

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

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

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

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

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

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

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

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