#DEEBDA

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

Shades of Apple Green #DEEBDA

Tints of Apple Green #DEEBDA

Color information

#DEEBDA (or 0xDEEBDA) is unknown color: approx Apple Green. HEX triplet: DE, EB and DA. RGB value is (222,235,218). Sum of RGB (Red+Green+Blue) = 222+235+218=675 (89% of max value = 765). Red value is 222 (87.11% from 255 or 32.89% from 675); Green value is 235 (92.19% from 255 or 34.81% from 675); Blue value is 218 (85.55% from 255 or 32.30% from 675); Max value from RGB is 235 - color contains mainly: green. Hex color #DEEBDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEEBDA is #211425. Grayscale: #E5E5E5. Windows color (decimal): -2167846 or 14347230. OLE color: 14347230.

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

Color convert

RGB222235218-
CMYK0.0600.070.08
HSL105.88º29.82%88.82%-
HSV(B)105.88º7.23%92.16%-
XYZ72.4980.0177.95-
YUV229.18121.69122.88-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 32.89%
GREEN value IS 235 (92.19% from 255) = 34.81%
BLUE value IS 218 (85.55% from 255) = 32.30%
R=32.89%
G=34.81%
B=32.30%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2222352180.0600.070.08105.8829.8288.82
HexDEEBDA60786a1e59
Octal3363533326071015236131
Binary110111101110101111011010110011110001101010111101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEEBDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEEBDA; }

 p { color: rgb(222,235,218); }

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

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

 a { background-color: rgb(222,235,218); }

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

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

 span { border-color: rgb(222,235,218); }

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