#DEECE4

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

Shades of Lily White #DEECE4

Tints of Lily White #DEECE4

Color information

#DEECE4 (or 0xDEECE4) is unknown color: approx Lily White. HEX triplet: DE, EC and E4. RGB value is (222,236,228). Sum of RGB (Red+Green+Blue) = 222+236+228=686 (90% of max value = 765). Red value is 222 (87.11% from 255 or 32.36% from 686); Green value is 236 (92.58% from 255 or 34.40% from 686); Blue value is 228 (89.45% from 255 or 33.24% from 686); Max value from RGB is 236 - color contains mainly: green. Hex color #DEECE4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEECE4 is #21131B. Grayscale: #E6E6E6. Windows color (decimal): -2167580 or 15002846. OLE color: 15002846.

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

Color convert

RGB222236228-
CMYK0.0600.030.07
HSL145.71º26.92%89.8%-
HSV(B)145.71º5.93%92.55%-
XYZ74.1281.1285.15-
YUV230.9126.36121.65-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 32.36%
GREEN value IS 236 (92.58% from 255) = 34.40%
BLUE value IS 228 (89.45% from 255) = 33.24%
R=32.36%
G=34.40%
B=33.24%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2222362280.0600.030.07145.7126.9289.8
HexDEECE46037921b5a
Octal336354344603722233132
Binary11011110111011001110010011001111110010010110111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEECE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEECE4; }

 p { color: rgb(222,236,228); }

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

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

 a { background-color: rgb(222,236,228); }

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

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

 span { border-color: rgb(222,236,228); }

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