#DEE5EC

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

Shades of Pattens Blue #DEE5EC

Tints of Pattens Blue #DEE5EC

Color information

#DEE5EC (or 0xDEE5EC) is unknown color: approx Pattens Blue. HEX triplet: DE, E5 and EC. RGB value is (222,229,236). Sum of RGB (Red+Green+Blue) = 222+229+236=687 (90% of max value = 765). Red value is 222 (87.11% from 255 or 32.31% from 687); Green value is 229 (89.84% from 255 or 33.33% from 687); Blue value is 236 (92.58% from 255 or 34.35% from 687); Max value from RGB is 236 - color contains mainly: blue. Hex color #DEE5EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEE5EC is #211A13. Grayscale: #E3E3E3. Windows color (decimal): -2169364 or 15525342. OLE color: 15525342.

HSL color Cylindrical-coordinate representation of color #DEE5EC: hue angle of 210º degrees, saturation: 0.27, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DEE5EC is Cyan = 0.06, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB222229236-
CMYK0.060.0300.07
HSL210º26.92%89.8%-
HSV(B)210º5.93%92.55%-
XYZ73.2877.6290.48-
YUV227.7132.68123.93-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 32.31%
GREEN value IS 229 (89.84% from 255) = 33.33%
BLUE value IS 236 (92.58% from 255) = 34.35%
R=32.31%
G=33.33%
B=34.35%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2222292360.060.0300.0721026.9289.8
HexDEE5EC6307d21b5a
Octal336345354630732233132
Binary11011110111001011110110011011011111010010110111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEE5EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEE5EC; }

 p { color: rgb(222,229,236); }

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

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

 a { background-color: rgb(222,229,236); }

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

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

 span { border-color: rgb(222,229,236); }

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