#DEE8F0

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

Shades of Pattens Blue #DEE8F0

Tints of Pattens Blue #DEE8F0

Color information

#DEE8F0 (or 0xDEE8F0) is unknown color: approx Pattens Blue. HEX triplet: DE, E8 and F0. RGB value is (222,232,240). Sum of RGB (Red+Green+Blue) = 222+232+240=694 (91% of max value = 765). Red value is 222 (87.11% from 255 or 31.99% from 694); Green value is 232 (91.02% from 255 or 33.43% from 694); Blue value is 240 (94.14% from 255 or 34.58% from 694); Max value from RGB is 240 - color contains mainly: blue. Hex color #DEE8F0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEE8F0 is #21170F. Grayscale: #E5E5E5. Windows color (decimal): -2168592 or 15788254. OLE color: 15788254.

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

Color convert

RGB222232240-
CMYK0.080.0300.06
HSL206.67º37.5%90.59%-
HSV(B)206.67º7.5%94.12%-
XYZ74.7179.5393.85-
YUV229.92133.69122.35-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 31.99%
GREEN value IS 232 (91.02% from 255) = 33.43%
BLUE value IS 240 (94.14% from 255) = 34.58%
R=31.99%
G=33.43%
B=34.58%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2222322400.080.0300.06206.6737.590.59
HexDEE8F08306cf255b
Octal3363503601030631745133
Binary1101111011101000111100001000110110110011111001011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEE8F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEE8F0; }

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

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

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

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

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

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

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

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