#DFE5DD

Color #DFE5DD Apple Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Apple Green #DFE5DD

Tints of Apple Green #DFE5DD

Color information

#DFE5DD (or 0xDFE5DD) is unknown color: approx Apple Green. HEX triplet: DF, E5 and DD. RGB value is (223,229,221). Sum of RGB (Red+Green+Blue) = 223+229+221=673 (89% of max value = 765). Red value is 223 (87.5% from 255 or 33.14% from 673); Green value is 229 (89.84% from 255 or 34.03% from 673); Blue value is 221 (86.72% from 255 or 32.84% from 673); Max value from RGB is 229 - color contains mainly: green. Hex color #DFE5DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFE5DD is #201A22. Grayscale: #E2E2E2. Windows color (decimal): -2103843 or 14542303. OLE color: 14542303.

HSL color Cylindrical-coordinate representation of color #DFE5DD: hue angle of 105º degrees, saturation: 0.13, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #DFE5DD is Cyan = 0.03, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.10.

Color convert

RGB223229221-
CMYK0.0300.030.10
HSL105º13.33%88.24%-
HSV(B)105º3.49%89.8%-
XYZ71.576.9579.49-
YUV226.29125.01125.65-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.14%
GREEN value IS 229 (89.84% from 255) = 34.03%
BLUE value IS 221 (86.72% from 255) = 32.84%
R=33.14%
G=34.03%
B=32.84%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2232292210.0300.030.1010513.3388.24
HexDFE5DD303A69d58
Octal3373453353031215115130
Binary110111111110010111011101110111010110100111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFE5DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFE5DD; }

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

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

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

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

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

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

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

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