#DEEAF4

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

Shades of Pattens Blue #DEEAF4

Tints of Pattens Blue #DEEAF4

Color information

#DEEAF4 (or 0xDEEAF4) is unknown color: approx Pattens Blue. HEX triplet: DE, EA and F4. RGB value is (222,234,244). Sum of RGB (Red+Green+Blue) = 222+234+244=700 (92% of max value = 765). Red value is 222 (87.11% from 255 or 31.71% from 700); Green value is 234 (91.80% from 255 or 33.43% from 700); Blue value is 244 (95.70% from 255 or 34.86% from 700); Max value from RGB is 244 - color contains mainly: blue. Hex color #DEEAF4 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEEAF4 is #21150B. Grayscale: #E7E7E7. Windows color (decimal): -2168076 or 16050910. OLE color: 16050910.

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

Color convert

RGB222234244-
CMYK0.090.0400.04
HSL207.27º50%91.37%-
HSV(B)207.27º9.02%95.69%-
XYZ75.8880.9197.21-
YUV231.55135.02121.19-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 31.71%
GREEN value IS 234 (91.80% from 255) = 33.43%
BLUE value IS 244 (95.70% from 255) = 34.86%
R=31.71%
G=33.43%
B=34.86%

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
Decimal2222342440.090.0400.04207.275091.37
HexDEEAF49404cf325b
Octal3363523641140431762133
Binary11011110111010101111010010011000100110011111100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEEAF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEEAF4; }

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

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

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

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

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

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

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

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