#DEEAF0

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

Shades of Pattens Blue #DEEAF0

Tints of Pattens Blue #DEEAF0

Color information

#DEEAF0 (or 0xDEEAF0) is unknown color: approx Pattens Blue. HEX triplet: DE, EA and F0. RGB value is (222,234,240). Sum of RGB (Red+Green+Blue) = 222+234+240=696 (92% of max value = 765). Red value is 222 (87.11% from 255 or 31.90% from 696); Green value is 234 (91.80% from 255 or 33.62% from 696); Blue value is 240 (94.14% from 255 or 34.48% from 696); Max value from RGB is 240 - color contains mainly: blue. Hex color #DEEAF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEEAF0 is #21150F. Grayscale: #E7E7E7. Windows color (decimal): -2168080 or 15788766. OLE color: 15788766.

HSL color Cylindrical-coordinate representation of color #DEEAF0: hue angle of 200º degrees, saturation: 0.37, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DEEAF0 is Cyan = 0.08, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB222234240-
CMYK0.080.0200.06
HSL200º37.5%90.59%-
HSV(B)200º7.5%94.12%-
XYZ75.2880.6794.04-
YUV231.1133.02121.51-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 31.90%
GREEN value IS 234 (91.80% from 255) = 33.62%
BLUE value IS 240 (94.14% from 255) = 34.48%
R=31.90%
G=33.62%
B=34.48%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2222342400.080.0200.0620037.590.59
HexDEEAF08206c8255b
Octal3363523601020631045133
Binary1101111011101010111100001000100110110010001001011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEEAF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEEAF0; }

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

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

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

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

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

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

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

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