#DEE7EA

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

Shades of Pattens Blue #DEE7EA

Tints of Pattens Blue #DEE7EA

Color information

#DEE7EA (or 0xDEE7EA) is unknown color: approx Pattens Blue. HEX triplet: DE, E7 and EA. RGB value is (222,231,234). Sum of RGB (Red+Green+Blue) = 222+231+234=687 (90% of max value = 765). Red value is 222 (87.11% from 255 or 32.31% from 687); Green value is 231 (90.62% from 255 or 33.62% from 687); Blue value is 234 (91.80% from 255 or 34.06% from 687); Max value from RGB is 234 - color contains mainly: blue. Hex color #DEE7EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEE7EA is #211815. Grayscale: #E4E4E4. Windows color (decimal): -2168854 or 15394782. OLE color: 15394782.

HSL color Cylindrical-coordinate representation of color #DEE7EA: hue angle of 195º 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 #DEE7EA is Cyan = 0.05, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB222231234-
CMYK0.050.0100.08
HSL195º22.22%89.41%-
HSV(B)195º5.13%91.76%-
XYZ73.5578.6289.14-
YUV228.65131.02123.26-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 32.31%
GREEN value IS 231 (90.62% from 255) = 33.62%
BLUE value IS 234 (91.80% from 255) = 34.06%
R=32.31%
G=33.62%
B=34.06%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2222312340.050.0100.0819522.2289.41
HexDEE7EA5108c31659
Octal3363473525101030326131
Binary11011110111001111110101010110100011000011101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEE7EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEE7EA; }

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

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

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

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

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

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

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

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