#DEEAF5

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

Shades of Pattens Blue #DEEAF5

Tints of Pattens Blue #DEEAF5

Color information

#DEEAF5 (or 0xDEEAF5) is unknown color: approx Pattens Blue. HEX triplet: DE, EA and F5. RGB value is (222,234,245). Sum of RGB (Red+Green+Blue) = 222+234+245=701 (92% of max value = 765). Red value is 222 (87.11% from 255 or 31.67% from 701); Green value is 234 (91.80% from 255 or 33.38% from 701); Blue value is 245 (96.09% from 255 or 34.95% from 701); Max value from RGB is 245 - color contains mainly: blue. Hex color #DEEAF5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEEAF5 is #21150A. Grayscale: #E7E7E7. Windows color (decimal): -2168075 or 16116446. OLE color: 16116446.

HSL color Cylindrical-coordinate representation of color #DEEAF5: hue angle of 208.7º degrees, saturation: 0.53, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DEEAF5 is Cyan = 0.09, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB222234245-
CMYK0.090.0400.04
HSL208.7º53.49%91.57%-
HSV(B)208.7º9.39%96.08%-
XYZ76.0380.9798.01-
YUV231.67135.52121.11-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 31.67%
GREEN value IS 234 (91.80% from 255) = 33.38%
BLUE value IS 245 (96.09% from 255) = 34.95%
R=31.67%
G=33.38%
B=34.95%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2222342450.090.0400.04208.753.4991.57
HexDEEAF59404d1355c
Octal3363523651140432165134
Binary11011110111010101111010110011000100110100011101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEEAF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEEAF5; }

 p { color: rgb(222,234,245); }

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

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

 a { background-color: rgb(222,234,245); }

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

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

 span { border-color: rgb(222,234,245); }

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