Html Css Color HEX #DDE8DC Apple Green

📋 copy color: '#DDE8DC'

red 221 ◦ green 232 ◦ blue 220

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

Shades of Apple Green #DDE8DC

Tints of Apple Green #DDE8DC

RGB

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

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

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

R = 32.84%
G = 34.47%
B = 32.69%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.05

 K value IS 0.09

RGB Variations

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

Color information

#DDE8DC (or 0xDDE8DC) is known color: Apple Green. HEX triplet: DD, E8 and DC. RGB value is (221,232,220). Sum of RGB (Red+Green+Blue) = 221+232+220=673 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.84% from 673); Green value is 232 (91.02% from 255 or 34.47% from 673); Blue value is 220 (86.33% from 255 or 32.69% from 673); Max value from RGB is 232 - color contains mainly: green. Hex color #DDE8DC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDE8DC is #221723. Grayscale: #E3E3E3. Windows color (decimal): -2234148 or 14477533. OLE color: 14477533.

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

Color convert

RGB 221 232 220 -
CMYK 0.05 0 0.05 0.09
HSL 115º 0.21% 0.89% -
HSV(B) 115º 0.05% 0.91% -
XYZ 71.59 78.25 79.04 -
YUV 227.34 123.86 123.48 -
System Red Green Blue C M Y K H S L
Decimal 221 232 220 0.05 0 0.05 0.09 115 0.21 0.89
Hex DD E8 DC 5 0 5 9 73 15 59
Octal 335 350 334 5 0 5 11 163 25 131
Binary 11011101 11101000 11011100 101 0 101 1001 1110011 10101 1011001

Color Harmonies of #DDE8DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDE8DC

Black with #DDE8DC

Text Example


Text Example

White with #DDE8DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDE8DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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