#DEEAF2

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

Shades of Pattens Blue #DEEAF2

Tints of Pattens Blue #DEEAF2

Color information

#DEEAF2 (or 0xDEEAF2) is unknown color: approx Pattens Blue. HEX triplet: DE, EA and F2. RGB value is (222,234,242). Sum of RGB (Red+Green+Blue) = 222+234+242=698 (92% of max value = 765). Red value is 222 (87.11% from 255 or 31.81% from 698); Green value is 234 (91.80% from 255 or 33.52% from 698); Blue value is 242 (94.92% from 255 or 34.67% from 698); Max value from RGB is 242 - color contains mainly: blue. Hex color #DEEAF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEEAF2 is #21150D. Grayscale: #E7E7E7. Windows color (decimal): -2168078 or 15919838. OLE color: 15919838.

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

Color convert

RGB222234242-
CMYK0.080.0300.05
HSL204º43.48%90.98%-
HSV(B)204º8.26%94.9%-
XYZ75.5780.7995.61-
YUV231.32134.02121.35-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 31.81%
GREEN value IS 234 (91.80% from 255) = 33.52%
BLUE value IS 242 (94.92% from 255) = 34.67%
R=31.81%
G=33.52%
B=34.67%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2222342420.080.0300.0520443.4890.98
HexDEEAF28305cc2b5b
Octal3363523621030531453133
Binary1101111011101010111100101000110101110011001010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEEAF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEEAF2; }

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

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

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

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

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

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

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

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