#DFEBDB

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

Shades of Apple Green #DFEBDB

Tints of Apple Green #DFEBDB

Color information

#DFEBDB (or 0xDFEBDB) is unknown color: approx Apple Green. HEX triplet: DF, EB and DB. RGB value is (223,235,219). Sum of RGB (Red+Green+Blue) = 223+235+219=677 (89% of max value = 765). Red value is 223 (87.5% from 255 or 32.94% from 677); Green value is 235 (92.19% from 255 or 34.71% from 677); Blue value is 219 (85.94% from 255 or 32.35% from 677); Max value from RGB is 235 - color contains mainly: green. Hex color #DFEBDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFEBDB is #201424. Grayscale: #E5E5E5. Windows color (decimal): -2102309 or 14412767. OLE color: 14412767.

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

Color convert

RGB223235219-
CMYK0.0500.070.08
HSL105º28.57%89.02%-
HSV(B)105º6.81%92.16%-
XYZ72.9380.2278.66-
YUV229.59122.02123.3-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 32.94%
GREEN value IS 235 (92.19% from 255) = 34.71%
BLUE value IS 219 (85.94% from 255) = 32.35%
R=32.94%
G=34.71%
B=32.35%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2232352190.0500.070.0810528.5789.02
HexDFEBDB5078691d59
Octal3373533335071015135131
Binary110111111110101111011011101011110001101001111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFEBDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFEBDB; }

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

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

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

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

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

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

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

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