Html Css Color HEX #DDE7DA Apple Green

📋 copy color: '#DDE7DA'

red 221 ◦ green 231 ◦ blue 218

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

Shades of Apple Green #DDE7DA

Tints of Apple Green #DDE7DA

RGB

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

 GREEN value IS 231 (90.63% from 255) = 34.48%

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

R = 32.99%
G = 34.48%
B = 32.54%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.06

 K value IS 0.09

RGB Variations

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

Color information

#DDE7DA (or 0xDDE7DA) is known color: Apple Green. HEX triplet: DD, E7 and DA. RGB value is (221,231,218). Sum of RGB (Red+Green+Blue) = 221+231+218=670 (88% of max value = 765). Red value is 221 (86.72% from 255 or 32.99% from 670); Green value is 231 (90.62% from 255 or 34.48% from 670); Blue value is 218 (85.55% from 255 or 32.54% from 670); Max value from RGB is 231 - color contains mainly: green. Hex color #DDE7DA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDE7DA is #221825. Grayscale: #E2E2E2. Windows color (decimal): -2234406 or 14346205. OLE color: 14346205.

HSL color Cylindrical-coordinate representation of color #DDE7DA: hue angle of 106.15º degrees, saturation: 0.21, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DDE7DA is Cyan = 0.04, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.

Color convert

RGB 221 231 218 -
CMYK 0.04 0 0.06 0.09
HSL 106.15º 0.21% 0.88% -
HSV(B) 106.15º 0.06% 0.91% -
XYZ 71.05 77.59 77.56 -
YUV 226.53 123.19 124.06 -
System Red Green Blue C M Y K H S L
Decimal 221 231 218 0.04 0 0.06 0.09 106.15 0.21 0.88
Hex DD E7 DA 4 0 6 9 6A 15 58
Octal 335 347 332 4 0 6 11 152 25 130
Binary 11011101 11100111 11011010 100 0 110 1001 1101010 10101 1011000

Color Harmonies of #DDE7DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDE7DA

Black with #DDE7DA

Text Example


Text Example

White with #DDE7DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDE7DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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