#DBEADA

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

Shades of Apple Green #DBEADA

Tints of Apple Green #DBEADA

Color information

#DBEADA (or 0xDBEADA) is unknown color: approx Apple Green. HEX triplet: DB, EA and DA. RGB value is (219,234,218). Sum of RGB (Red+Green+Blue) = 219+234+218=671 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.64% from 671); Green value is 234 (91.80% from 255 or 34.87% from 671); Blue value is 218 (85.55% from 255 or 32.49% from 671); Max value from RGB is 234 - color contains mainly: green. Hex color #DBEADA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBEADA is #241525. Grayscale: #E3E3E3. Windows color (decimal): -2364710 or 14346971. OLE color: 14346971.

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

Color convert

RGB219234218-
CMYK0.0600.070.08
HSL116.25º27.59%88.63%-
HSV(B)116.25º6.84%91.76%-
XYZ71.2978.9777.81-
YUV227.69122.53121.8-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 32.64%
GREEN value IS 234 (91.80% from 255) = 34.87%
BLUE value IS 218 (85.55% from 255) = 32.49%
R=32.64%
G=34.87%
B=32.49%

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
Decimal2192342180.0600.070.08116.2527.5988.63
HexDBEADA6078741c59
Octal3333523326071016434131
Binary110110111110101011011010110011110001110100111001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBEADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBEADA; }

 p { color: rgb(219,234,218); }

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

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

 a { background-color: rgb(219,234,218); }

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

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

 span { border-color: rgb(219,234,218); }

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