#DFEDE5

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

Shades of Lily White #DFEDE5

Tints of Lily White #DFEDE5

Color information

#DFEDE5 (or 0xDFEDE5) is unknown color: approx Lily White. HEX triplet: DF, ED and E5. RGB value is (223,237,229). Sum of RGB (Red+Green+Blue) = 223+237+229=689 (91% of max value = 765). Red value is 223 (87.5% from 255 or 32.37% from 689); Green value is 237 (92.97% from 255 or 34.40% from 689); Blue value is 229 (89.84% from 255 or 33.24% from 689); Max value from RGB is 237 - color contains mainly: green. Hex color #DFEDE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFEDE5 is #20121A. Grayscale: #E7E7E7. Windows color (decimal): -2101787 or 15068639. OLE color: 15068639.

HSL color Cylindrical-coordinate representation of color #DFEDE5: hue angle of 145.71º degrees, saturation: 0.28, 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 #DFEDE5 is Cyan = 0.06, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.

Color convert

RGB223237229-
CMYK0.0600.030.07
HSL145.71º28%90.2%-
HSV(B)145.71º5.91%92.94%-
XYZ74.8681.9185.99-
YUV231.9126.36121.65-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 32.37%
GREEN value IS 237 (92.97% from 255) = 34.40%
BLUE value IS 229 (89.84% from 255) = 33.24%
R=32.37%
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
Decimal2232372290.0600.030.07145.712890.2
HexDFEDE56037921c5a
Octal337355345603722234132
Binary11011111111011011110010111001111110010010111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFEDE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFEDE5; }

 p { color: rgb(223,237,229); }

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

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

 a { background-color: rgb(223,237,229); }

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

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

 span { border-color: rgb(223,237,229); }

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