#DEE9F2

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

Shades of Pattens Blue #DEE9F2

Tints of Pattens Blue #DEE9F2

Color information

#DEE9F2 (or 0xDEE9F2) is unknown color: approx Pattens Blue. HEX triplet: DE, E9 and F2. RGB value is (222,233,242). Sum of RGB (Red+Green+Blue) = 222+233+242=697 (92% of max value = 765). Red value is 222 (87.11% from 255 or 31.85% from 697); Green value is 233 (91.41% from 255 or 33.43% from 697); Blue value is 242 (94.92% from 255 or 34.72% from 697); Max value from RGB is 242 - color contains mainly: blue. Hex color #DEE9F2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEE9F2 is #21160D. Grayscale: #E6E6E6. Windows color (decimal): -2168334 or 15919582. OLE color: 15919582.

HSL color Cylindrical-coordinate representation of color #DEE9F2: hue angle of 207º degrees, saturation: 0.43, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DEE9F2 is Cyan = 0.08, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB222233242-
CMYK0.080.0400.05
HSL207º43.48%90.98%-
HSV(B)207º8.26%94.9%-
XYZ75.2980.2295.52-
YUV230.74134.36121.77-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 31.85%
GREEN value IS 233 (91.41% from 255) = 33.43%
BLUE value IS 242 (94.92% from 255) = 34.72%
R=31.85%
G=33.43%
B=34.72%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2222332420.080.0400.0520743.4890.98
HexDEE9F28405cf2b5b
Octal3363513621040531753133
Binary11011110111010011111001010001000101110011111010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEE9F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEE9F2; }

 p { color: rgb(222,233,242); }

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

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

 a { background-color: rgb(222,233,242); }

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

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

 span { border-color: rgb(222,233,242); }

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