Html Css Color HEX #DDEFDA Apple Green

📋 copy color: '#DDEFDA'

red 221 ◦ green 239 ◦ blue 218

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

Shades of Apple Green #DDEFDA

Tints of Apple Green #DDEFDA

RGB

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

 GREEN value IS 239 (93.75% from 255) = 35.25%

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

R = 32.6%
G = 35.25%
B = 32.15%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.09

 K value IS 0.06

RGB Variations

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

Color information

#DDEFDA (or 0xDDEFDA) is known color: Apple Green. HEX triplet: DD, EF and DA. RGB value is (221,239,218). Sum of RGB (Red+Green+Blue) = 221+239+218=678 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.60% from 678); Green value is 239 (93.75% from 255 or 35.25% from 678); Blue value is 218 (85.55% from 255 or 32.15% from 678); Max value from RGB is 239 - color contains mainly: green. Hex color #DDEFDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDEFDA is #221025. Grayscale: #E7E7E7. Windows color (decimal): -2232358 or 14348253. OLE color: 14348253.

HSL color Cylindrical-coordinate representation of color #DDEFDA: hue angle of 111.43º degrees, saturation: 0.4, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DDEFDA is Cyan = 0.08, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.06.

Color convert

RGB 221 239 218 -
CMYK 0.08 0 0.09 0.06
HSL 111.43º 0.4% 0.9% -
HSV(B) 111.43º 0.09% 0.94% -
XYZ 73.34 82.17 78.32 -
YUV 231.22 120.54 120.71 -
System Red Green Blue C M Y K H S L
Decimal 221 239 218 0.08 0 0.09 0.06 111.43 0.4 0.9
Hex DD EF DA 8 0 9 6 6F 28 5A
Octal 335 357 332 10 0 11 6 157 50 132
Binary 11011101 11101111 11011010 1000 0 1001 110 1101111 101000 1011010

Color Harmonies of #DDEFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDEFDA

Black with #DDEFDA

Text Example


Text Example

White with #DDEFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDEFDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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