#DCE5EF

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

Shades of Pattens Blue #DCE5EF

Tints of Pattens Blue #DCE5EF

Color information

#DCE5EF (or 0xDCE5EF) is unknown color: approx Pattens Blue. HEX triplet: DC, E5 and EF. RGB value is (220,229,239). Sum of RGB (Red+Green+Blue) = 220+229+239=688 (91% of max value = 765). Red value is 220 (86.33% from 255 or 31.98% from 688); Green value is 229 (89.84% from 255 or 33.28% from 688); Blue value is 239 (93.75% from 255 or 34.74% from 688); Max value from RGB is 239 - color contains mainly: blue. Hex color #DCE5EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCE5EF is #231A10. Grayscale: #E3E3E3. Windows color (decimal): -2300433 or 15721948. OLE color: 15721948.

HSL color Cylindrical-coordinate representation of color #DCE5EF: hue angle of 211.58º degrees, saturation: 0.37, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DCE5EF is Cyan = 0.08, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB220229239-
CMYK0.080.0400.06
HSL211.58º37.25%90%-
HSV(B)211.58º7.95%93.73%-
XYZ73.1177.4992.76-
YUV227.45134.52122.69-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 31.98%
GREEN value IS 229 (89.84% from 255) = 33.28%
BLUE value IS 239 (93.75% from 255) = 34.74%
R=31.98%
G=33.28%
B=34.74%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2202292390.080.0400.06211.5837.2590
HexDCE5EF8406d4255a
Octal3343453571040632445132
Binary11011100111001011110111110001000110110101001001011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE5EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE5EF; }

 p { color: rgb(220,229,239); }

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

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

 a { background-color: rgb(220,229,239); }

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

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

 span { border-color: rgb(220,229,239); }

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