Html Css Color HEX #DDE9DC Apple Green

📋 copy color: '#DDE9DC'

red 221 ◦ green 233 ◦ blue 220

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

Shades of Apple Green #DDE9DC

Tints of Apple Green #DDE9DC

RGB

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

 GREEN value IS 233 (91.41% from 255) = 34.57%

 BLUE value IS 220 (86.33% from 255) = 32.64%

R = 32.79%
G = 34.57%
B = 32.64%

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

#DDE9DC (or 0xDDE9DC) is known color: Apple Green. HEX triplet: DD, E9 and DC. RGB value is (221,233,220). Sum of RGB (Red+Green+Blue) = 221+233+220=674 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.79% from 674); Green value is 233 (91.41% from 255 or 34.57% from 674); Blue value is 220 (86.33% from 255 or 32.64% from 674); Max value from RGB is 233 - color contains mainly: green. Hex color #DDE9DC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDE9DC is #221623. Grayscale: #E3E3E3. Windows color (decimal): -2233892 or 14477789. OLE color: 14477789.

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

Color convert

RGB 221 233 220 -
CMYK 0.05 0 0.06 0.09
HSL 115.38º 0.23% 0.89% -
HSV(B) 115.38º 0.06% 0.91% -
XYZ 71.88 78.82 79.14 -
YUV 227.93 123.52 123.06 -
System Red Green Blue C M Y K H S L
Decimal 221 233 220 0.05 0 0.06 0.09 115.38 0.23 0.89
Hex DD E9 DC 5 0 6 9 73 17 59
Octal 335 351 334 5 0 6 11 163 27 131
Binary 11011101 11101001 11011100 101 0 110 1001 1110011 10111 1011001

Color Harmonies of #DDE9DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDE9DC

Black with #DDE9DC

Text Example


Text Example

White with #DDE9DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDE9DC; }

 p { color: rgb(221,233,220); }

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

background-color css

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

 a { background-color: rgb(221,233,220); }

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

border-color css

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

 span { border-color: rgb(221,233,220); }

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