#DEEAE3

Color #DEEAE3 Lily White (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lily White #DEEAE3

Tints of Lily White #DEEAE3

Color information

#DEEAE3 (or 0xDEEAE3) is unknown color: approx Lily White. HEX triplet: DE, EA and E3. RGB value is (222,234,227). Sum of RGB (Red+Green+Blue) = 222+234+227=683 (90% of max value = 765). Red value is 222 (87.11% from 255 or 32.50% from 683); Green value is 234 (91.80% from 255 or 34.26% from 683); Blue value is 227 (89.06% from 255 or 33.24% from 683); Max value from RGB is 234 - color contains mainly: green. Hex color #DEEAE3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEEAE3 is #21151C. Grayscale: #E5E5E5. Windows color (decimal): -2168093 or 14936798. OLE color: 14936798.

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

Color convert

RGB222234227-
CMYK0.0500.030.08
HSL145º22.22%89.41%-
HSV(B)145º5.13%91.76%-
XYZ73.4179.9284.23-
YUV229.61126.52122.57-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 32.50%
GREEN value IS 234 (91.80% from 255) = 34.26%
BLUE value IS 227 (89.06% from 255) = 33.24%
R=32.50%
G=34.26%
B=33.24%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2222342270.0500.030.0814522.2289.41
HexDEEAE35038911659
Octal3363523435031022126131
Binary110111101110101011100011101011100010010001101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEEAE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEEAE3; }

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

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

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

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

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

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

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

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