#DEEEF8

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

Shades of Pattens Blue #DEEEF8

Tints of Pattens Blue #DEEEF8

Color information

#DEEEF8 (or 0xDEEEF8) is unknown color: approx Pattens Blue. HEX triplet: DE, EE and F8. RGB value is (222,238,248). Sum of RGB (Red+Green+Blue) = 222+238+248=708 (93% of max value = 765). Red value is 222 (87.11% from 255 or 31.36% from 708); Green value is 238 (93.36% from 255 or 33.62% from 708); Blue value is 248 (97.27% from 255 or 35.03% from 708); Max value from RGB is 248 - color contains mainly: blue. Hex color #DEEEF8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEEEF8 is #211107. Grayscale: #EAEAEA. Windows color (decimal): -2167048 or 16314078. OLE color: 16314078.

HSL color Cylindrical-coordinate representation of color #DEEEF8: hue angle of 203.08º degrees, saturation: 0.65, 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 #DEEEF8 is Cyan = 0.10, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB222238248-
CMYK0.100.0400.03
HSL203.08º65%92.16%-
HSV(B)203.08º10.48%97.25%-
XYZ77.6483.46100.82-
YUV234.36135.7119.19-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 31.36%
GREEN value IS 238 (93.36% from 255) = 33.62%
BLUE value IS 248 (97.27% from 255) = 35.03%
R=31.36%
G=33.62%
B=35.03%

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
Decimal2222382480.100.0400.03203.086592.16
HexDEEEF8A403cb415c
Octal33635637012403313101134
Binary11011110111011101111100010101000111100101110000011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEEEF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEEEF8; }

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

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

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

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

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

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

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

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