Html Css Color HEX #DDEADA Apple Green

📋 copy color: '#DDEADA'

red 221 ◦ green 234 ◦ blue 218

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

Shades of Apple Green #DDEADA

Tints of Apple Green #DDEADA

RGB

 RED value IS 221 (86.72% from 255) = 32.84%

 GREEN value IS 234 (91.8% from 255) = 34.77%

 BLUE value IS 218 (85.55% from 255) = 32.39%

R = 32.84%
G = 34.77%
B = 32.39%

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

#DDEADA (or 0xDDEADA) is known color: Apple Green. HEX triplet: DD, EA and DA. RGB value is (221,234,218). Sum of RGB (Red+Green+Blue) = 221+234+218=673 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.84% from 673); Green value is 234 (91.80% from 255 or 34.77% from 673); Blue value is 218 (85.55% from 255 or 32.39% from 673); Max value from RGB is 234 - color contains mainly: green. Hex color #DDEADA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDEADA is #221525. Grayscale: #E4E4E4. Windows color (decimal): -2233638 or 14346973. OLE color: 14346973.

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

Color convert

RGB 221 234 218 -
CMYK 0.06 0 0.07 0.08
HSL 108.75º 0.28% 0.89% -
HSV(B) 108.75º 0.07% 0.92% -
XYZ 71.9 79.28 77.84 -
YUV 228.29 122.19 122.8 -
System Red Green Blue C M Y K H S L
Decimal 221 234 218 0.06 0 0.07 0.08 108.75 0.28 0.89
Hex DD EA DA 6 0 7 8 6D 1C 59
Octal 335 352 332 6 0 7 10 155 34 131
Binary 11011101 11101010 11011010 110 0 111 1000 1101101 11100 1011001

Color Harmonies of #DDEADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDEADA

Black with #DDEADA

Text Example


Text Example

White with #DDEADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDEADA; }

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

 H1.HeaderClassName
 {
   color: #DDEADA;
 }
 .AnyTagClassName
 {
   color: #DDEADA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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