Html Css Color HEX #DDE8DA Apple Green

📋 copy color: '#DDE8DA'

red 221 ◦ green 232 ◦ blue 218

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

Shades of Apple Green #DDE8DA

Tints of Apple Green #DDE8DA

RGB

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

 GREEN value IS 232 (91.02% from 255) = 34.58%

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

R = 32.94%
G = 34.58%
B = 32.49%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.06

 K value IS 0.09

RGB Variations

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

Color information

#DDE8DA (or 0xDDE8DA) is known color: Apple Green. HEX triplet: DD, E8 and DA. RGB value is (221,232,218). Sum of RGB (Red+Green+Blue) = 221+232+218=671 (88% of max value = 765). Red value is 221 (86.72% from 255 or 32.94% from 671); Green value is 232 (91.02% from 255 or 34.58% from 671); Blue value is 218 (85.55% from 255 or 32.49% from 671); Max value from RGB is 232 - color contains mainly: green. Hex color #DDE8DA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDE8DA is #221725. Grayscale: #E3E3E3. Windows color (decimal): -2234150 or 14346461. OLE color: 14346461.

HSL color Cylindrical-coordinate representation of color #DDE8DA: hue angle of 107.14º degrees, saturation: 0.23, 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 #DDE8DA is Cyan = 0.05, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.

Color convert

RGB 221 232 218 -
CMYK 0.05 0 0.06 0.09
HSL 107.14º 0.23% 0.88% -
HSV(B) 107.14º 0.06% 0.91% -
XYZ 71.33 78.15 77.65 -
YUV 227.12 122.86 123.64 -
System Red Green Blue C M Y K H S L
Decimal 221 232 218 0.05 0 0.06 0.09 107.14 0.23 0.88
Hex DD E8 DA 5 0 6 9 6B 17 58
Octal 335 350 332 5 0 6 11 153 27 130
Binary 11011101 11101000 11011010 101 0 110 1001 1101011 10111 1011000

Color Harmonies of #DDE8DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDE8DA

Black with #DDE8DA

Text Example


Text Example

White with #DDE8DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDE8DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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