Html Css Color HEX #DBEADA Apple Green

📋 copy color: '#DBEADA'

red 219 ◦ green 234 ◦ blue 218

#DBEADA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Apple Green #DBEADA

Tints of Apple Green #DBEADA

RGB

 RED value IS 219 (85.94% from 255) = 32.64%

 GREEN value IS 234 (91.8% 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 value IS 0.06

 M value IS 0

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#DBEADA (or 0xDBEADA) is known color: 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

RGB 219 234 218 -
CMYK 0.06 0 0.07 0.08
HSL 116.25º 0.28% 0.89% -
HSV(B) 116.25º 0.07% 0.92% -
XYZ 71.29 78.97 77.81 -
YUV 227.69 122.53 121.8 -
System Red Green Blue C M Y K H S L
Decimal 219 234 218 0.06 0 0.07 0.08 116.25 0.28 0.89
Hex DB EA DA 6 0 7 8 74 1C 59
Octal 333 352 332 6 0 7 10 164 34 131
Binary 11011011 11101010 11011010 110 0 111 1000 1110100 11100 1011001

Color Harmonies of #DBEADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEADA

Black with #DBEADA

Text Example


Text Example

White with #DBEADA

Text Example


Text Example

HTML Codes & Css Web 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>