#DEE4EA

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

Shades of Pattens Blue #DEE4EA

Tints of Pattens Blue #DEE4EA

Color information

#DEE4EA (or 0xDEE4EA) is unknown color: approx Pattens Blue. HEX triplet: DE, E4 and EA. RGB value is (222,228,234). Sum of RGB (Red+Green+Blue) = 222+228+234=684 (90% of max value = 765). Red value is 222 (87.11% from 255 or 32.46% from 684); Green value is 228 (89.45% from 255 or 33.33% from 684); Blue value is 234 (91.80% from 255 or 34.21% from 684); Max value from RGB is 234 - color contains mainly: blue. Hex color #DEE4EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEE4EA is #211B15. Grayscale: #E2E2E2. Windows color (decimal): -2169622 or 15394014. OLE color: 15394014.

HSL color Cylindrical-coordinate representation of color #DEE4EA: hue angle of 210º degrees, saturation: 0.22, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DEE4EA is Cyan = 0.05, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB222228234-
CMYK0.050.0300.08
HSL210º22.22%89.41%-
HSV(B)210º5.13%91.76%-
XYZ72.7276.9688.86-
YUV226.89132.01124.51-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 32.46%
GREEN value IS 228 (89.45% from 255) = 33.33%
BLUE value IS 234 (91.80% from 255) = 34.21%
R=32.46%
G=33.33%
B=34.21%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2222282340.050.0300.0821022.2289.41
HexDEE4EA5308d21659
Octal3363443525301032226131
Binary110111101110010011101010101110100011010010101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEE4EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEE4EA; }

 p { color: rgb(222,228,234); }

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

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

 a { background-color: rgb(222,228,234); }

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

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

 span { border-color: rgb(222,228,234); }

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