#DEEAEE

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

Shades of Pattens Blue #DEEAEE

Tints of Pattens Blue #DEEAEE

Color information

#DEEAEE (or 0xDEEAEE) is unknown color: approx Pattens Blue. HEX triplet: DE, EA and EE. RGB value is (222,234,238). Sum of RGB (Red+Green+Blue) = 222+234+238=694 (91% of max value = 765). Red value is 222 (87.11% from 255 or 31.99% from 694); Green value is 234 (91.80% from 255 or 33.72% from 694); Blue value is 238 (93.36% from 255 or 34.29% from 694); Max value from RGB is 238 - color contains mainly: blue. Hex color #DEEAEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEEAEE is #211511. Grayscale: #E6E6E6. Windows color (decimal): -2168082 or 15657694. OLE color: 15657694.

HSL color Cylindrical-coordinate representation of color #DEEAEE: hue angle of 195º degrees, saturation: 0.32, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DEEAEE is Cyan = 0.07, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB222234238-
CMYK0.070.0200.07
HSL195º32%90.2%-
HSV(B)195º6.72%93.33%-
XYZ74.9880.5592.48-
YUV230.87132.02121.67-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 31.99%
GREEN value IS 234 (91.80% from 255) = 33.72%
BLUE value IS 238 (93.36% from 255) = 34.29%
R=31.99%
G=33.72%
B=34.29%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2222342380.070.0200.071953290.2
HexDEEAEE7207c3205a
Octal336352356720730340132
Binary110111101110101011101110111100111110000111000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEEAEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEEAEE; }

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

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

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

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

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

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

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

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