#DEEEF7

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

Shades of Pattens Blue #DEEEF7

Tints of Pattens Blue #DEEEF7

Color information

#DEEEF7 (or 0xDEEEF7) is unknown color: approx Pattens Blue. HEX triplet: DE, EE and F7. RGB value is (222,238,247). Sum of RGB (Red+Green+Blue) = 222+238+247=707 (93% of max value = 765). Red value is 222 (87.11% from 255 or 31.40% from 707); Green value is 238 (93.36% from 255 or 33.66% from 707); Blue value is 247 (96.88% from 255 or 34.94% from 707); Max value from RGB is 247 - color contains mainly: blue. Hex color #DEEEF7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEEEF7 is #211108. Grayscale: #EAEAEA. Windows color (decimal): -2167049 or 16248542. OLE color: 16248542.

HSL color Cylindrical-coordinate representation of color #DEEEF7: hue angle of 201.6º degrees, saturation: 0.61, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DEEEF7 is Cyan = 0.10, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB222238247-
CMYK0.100.0400.03
HSL201.6º60.98%91.96%-
HSV(B)201.6º10.12%96.86%-
XYZ77.4983.39100.01-
YUV234.24135.2119.27-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 31.40%
GREEN value IS 238 (93.36% from 255) = 33.66%
BLUE value IS 247 (96.88% from 255) = 34.94%
R=31.40%
G=33.66%
B=34.94%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2222382470.100.0400.03201.660.9891.96
HexDEEEF7A403ca3d5c
Octal3363563671240331275134
Binary1101111011101110111101111010100011110010101111011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEEEF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEEEF7; }

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

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

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

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

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

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

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

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