Html Css Color HEX #DDE7DC Apple Green

📋 copy color: '#DDE7DC'

red 221 ◦ green 231 ◦ blue 220

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

Shades of Apple Green #DDE7DC

Tints of Apple Green #DDE7DC

RGB

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

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

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

R = 32.89%
G = 34.38%
B = 32.74%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.05

 K value IS 0.09

RGB Variations

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

Color information

#DDE7DC (or 0xDDE7DC) is known color: Apple Green. HEX triplet: DD, E7 and DC. RGB value is (221,231,220). Sum of RGB (Red+Green+Blue) = 221+231+220=672 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.89% from 672); Green value is 231 (90.62% from 255 or 34.38% from 672); Blue value is 220 (86.33% from 255 or 32.74% from 672); Max value from RGB is 231 - color contains mainly: green. Hex color #DDE7DC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDE7DC is #221823. Grayscale: #E2E2E2. Windows color (decimal): -2234404 or 14477277. OLE color: 14477277.

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

Color convert

RGB 221 231 220 -
CMYK 0.04 0 0.05 0.09
HSL 114.55º 0.19% 0.88% -
HSV(B) 114.55º 0.05% 0.91% -
XYZ 71.31 77.69 78.95 -
YUV 226.76 124.19 123.89 -
System Red Green Blue C M Y K H S L
Decimal 221 231 220 0.04 0 0.05 0.09 114.55 0.19 0.88
Hex DD E7 DC 4 0 5 9 73 13 58
Octal 335 347 334 4 0 5 11 163 23 130
Binary 11011101 11100111 11011100 100 0 101 1001 1110011 10011 1011000

Color Harmonies of #DDE7DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDE7DC

Black with #DDE7DC

Text Example


Text Example

White with #DDE7DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDE7DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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