#DFEBDC

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

Shades of Apple Green #DFEBDC

Tints of Apple Green #DFEBDC

Color information

#DFEBDC (or 0xDFEBDC) is unknown color: approx Apple Green. HEX triplet: DF, EB and DC. RGB value is (223,235,220). Sum of RGB (Red+Green+Blue) = 223+235+220=678 (89% of max value = 765). Red value is 223 (87.5% from 255 or 32.89% from 678); Green value is 235 (92.19% from 255 or 34.66% from 678); Blue value is 220 (86.33% from 255 or 32.45% from 678); Max value from RGB is 235 - color contains mainly: green. Hex color #DFEBDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFEBDC is #201423. Grayscale: #E5E5E5. Windows color (decimal): -2102308 or 14478303. OLE color: 14478303.

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

Color convert

RGB223235220-
CMYK0.0500.060.08
HSL108º27.27%89.22%-
HSV(B)108º6.38%92.16%-
XYZ73.0680.2779.35-
YUV229.7122.52123.22-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 32.89%
GREEN value IS 235 (92.19% from 255) = 34.66%
BLUE value IS 220 (86.33% from 255) = 32.45%
R=32.89%
G=34.66%
B=32.45%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2232352200.0500.060.0810827.2789.22
HexDFEBDC50686c1b59
Octal3373533345061015433131
Binary110111111110101111011100101011010001101100110111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFEBDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFEBDC; }

 p { color: rgb(223,235,220); }

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

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

 a { background-color: rgb(223,235,220); }

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

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

 span { border-color: rgb(223,235,220); }

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