#DEE7ED

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

Shades of Pattens Blue #DEE7ED

Tints of Pattens Blue #DEE7ED

Color information

#DEE7ED (or 0xDEE7ED) is unknown color: approx Pattens Blue. HEX triplet: DE, E7 and ED. RGB value is (222,231,237). Sum of RGB (Red+Green+Blue) = 222+231+237=690 (91% of max value = 765). Red value is 222 (87.11% from 255 or 32.17% from 690); Green value is 231 (90.62% from 255 or 33.48% from 690); Blue value is 237 (92.97% from 255 or 34.35% from 690); Max value from RGB is 237 - color contains mainly: blue. Hex color #DEE7ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEE7ED is #211812. Grayscale: #E4E4E4. Windows color (decimal): -2168851 or 15591390. OLE color: 15591390.

HSL color Cylindrical-coordinate representation of color #DEE7ED: hue angle of 204º degrees, saturation: 0.29, 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 #DEE7ED is Cyan = 0.06, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB222231237-
CMYK0.060.0300.07
HSL204º29.41%90%-
HSV(B)204º6.33%92.94%-
XYZ73.9978.891.43-
YUV228.99132.52123.01-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 32.17%
GREEN value IS 231 (90.62% from 255) = 33.48%
BLUE value IS 237 (92.97% from 255) = 34.35%
R=32.17%
G=33.48%
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
Decimal2222312370.060.0300.0720429.4190
HexDEE7ED6307cc1d5a
Octal336347355630731435132
Binary11011110111001111110110111011011111001100111011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEE7ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEE7ED; }

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

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

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

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

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

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

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

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