#DEE7EF

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

Shades of Pattens Blue #DEE7EF

Tints of Pattens Blue #DEE7EF

Color information

#DEE7EF (or 0xDEE7EF) is unknown color: approx Pattens Blue. HEX triplet: DE, E7 and EF. RGB value is (222,231,239). Sum of RGB (Red+Green+Blue) = 222+231+239=692 (91% of max value = 765). Red value is 222 (87.11% from 255 or 32.08% from 692); Green value is 231 (90.62% from 255 or 33.38% from 692); Blue value is 239 (93.75% from 255 or 34.54% from 692); Max value from RGB is 239 - color contains mainly: blue. Hex color #DEE7EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEE7EF is #211810. Grayscale: #E5E5E5. Windows color (decimal): -2168849 or 15722462. OLE color: 15722462.

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

Color convert

RGB222231239-
CMYK0.070.0300.06
HSL208.24º34.69%90.39%-
HSV(B)208.24º7.11%93.73%-
XYZ74.2878.9192.98-
YUV229.22133.52122.85-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 32.08%
GREEN value IS 231 (90.62% from 255) = 33.38%
BLUE value IS 239 (93.75% from 255) = 34.54%
R=32.08%
G=33.38%
B=34.54%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2222312390.070.0300.06208.2434.6990.39
HexDEE7EF7306d0235a
Octal336347357730632043132
Binary110111101110011111101111111110110110100001000111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEE7EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEE7EF; }

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

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

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

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

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

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

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

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