#DEE6ED

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

Shades of Pattens Blue #DEE6ED

Tints of Pattens Blue #DEE6ED

Color information

#DEE6ED (or 0xDEE6ED) is unknown color: approx Pattens Blue. HEX triplet: DE, E6 and ED. RGB value is (222,230,237). Sum of RGB (Red+Green+Blue) = 222+230+237=689 (91% of max value = 765). Red value is 222 (87.11% from 255 or 32.22% from 689); Green value is 230 (90.23% from 255 or 33.38% from 689); Blue value is 237 (92.97% from 255 or 34.40% from 689); Max value from RGB is 237 - color contains mainly: blue. Hex color #DEE6ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEE6ED is #211912. Grayscale: #E4E4E4. Windows color (decimal): -2169107 or 15591134. OLE color: 15591134.

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

Color convert

RGB222230237-
CMYK0.060.0300.07
HSL208º29.41%90%-
HSV(B)208º6.33%92.94%-
XYZ73.7178.2491.34-
YUV228.41132.85123.43-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 32.22%
GREEN value IS 230 (90.23% from 255) = 33.38%
BLUE value IS 237 (92.97% from 255) = 34.40%
R=32.22%
G=33.38%
B=34.40%

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
Decimal2222302370.060.0300.0720829.4190
HexDEE6ED6307d01d5a
Octal336346355630732035132
Binary11011110111001101110110111011011111010000111011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEE6ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEE6ED; }

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

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

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

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

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

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

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

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