#DFEFE6

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

Shades of Lily White #DFEFE6

Tints of Lily White #DFEFE6

Color information

#DFEFE6 (or 0xDFEFE6) is unknown color: approx Lily White. HEX triplet: DF, EF and E6. RGB value is (223,239,230). Sum of RGB (Red+Green+Blue) = 223+239+230=692 (91% of max value = 765). Red value is 223 (87.5% from 255 or 32.23% from 692); Green value is 239 (93.75% from 255 or 34.54% from 692); Blue value is 230 (90.23% from 255 or 33.24% from 692); Max value from RGB is 239 - color contains mainly: green. Hex color #DFEFE6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFEFE6 is #201019. Grayscale: #E9E9E9. Windows color (decimal): -2101274 or 15134687. OLE color: 15134687.

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

Color convert

RGB223239230-
CMYK0.0700.040.06
HSL146.25º33.33%90.59%-
HSV(B)146.25º6.69%93.73%-
XYZ75.5883.1386.93-
YUV233.19126.2120.73-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 32.23%
GREEN value IS 239 (93.75% from 255) = 34.54%
BLUE value IS 230 (90.23% from 255) = 33.24%
R=32.23%
G=34.54%
B=33.24%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2232392300.0700.040.06146.2533.3390.59
HexDFEFE6704692215b
Octal337357346704622241133
Binary1101111111101111111001101110100110100100101000011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFEFE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFEFE6; }

 p { color: rgb(223,239,230); }

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

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

 a { background-color: rgb(223,239,230); }

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

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

 span { border-color: rgb(223,239,230); }

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