#DEE8EE

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

Shades of Pattens Blue #DEE8EE

Tints of Pattens Blue #DEE8EE

Color information

#DEE8EE (or 0xDEE8EE) is unknown color: approx Pattens Blue. HEX triplet: DE, E8 and EE. RGB value is (222,232,238). Sum of RGB (Red+Green+Blue) = 222+232+238=692 (91% of max value = 765). Red value is 222 (87.11% from 255 or 32.08% from 692); Green value is 232 (91.02% from 255 or 33.53% from 692); Blue value is 238 (93.36% from 255 or 34.39% from 692); Max value from RGB is 238 - color contains mainly: blue. Hex color #DEE8EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEE8EE is #211711. Grayscale: #E5E5E5. Windows color (decimal): -2168594 or 15657182. OLE color: 15657182.

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

Color convert

RGB222232238-
CMYK0.070.0300.07
HSL202.5º32%90.2%-
HSV(B)202.5º6.72%93.33%-
XYZ74.4179.4292.3-
YUV229.69132.69122.51-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 32.08%
GREEN value IS 232 (91.02% from 255) = 33.53%
BLUE value IS 238 (93.36% from 255) = 34.39%
R=32.08%
G=33.53%
B=34.39%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2222322380.070.0300.07202.53290.2
HexDEE8EE7307ca205a
Octal336350356730731240132
Binary110111101110100011101110111110111110010101000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEE8EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEE8EE; }

 p { color: rgb(222,232,238); }

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

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

 a { background-color: rgb(222,232,238); }

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

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

 span { border-color: rgb(222,232,238); }

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