Html Css Color HEX #DDECDA Apple Green

📋 copy color: '#DDECDA'

red 221 ◦ green 236 ◦ blue 218

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

Shades of Apple Green #DDECDA

Tints of Apple Green #DDECDA

RGB

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

 GREEN value IS 236 (92.58% from 255) = 34.96%

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

R = 32.74%
G = 34.96%
B = 32.3%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#DDECDA (or 0xDDECDA) is known color: Apple Green. HEX triplet: DD, EC and DA. RGB value is (221,236,218). Sum of RGB (Red+Green+Blue) = 221+236+218=675 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.74% from 675); Green value is 236 (92.58% from 255 or 34.96% from 675); Blue value is 218 (85.55% from 255 or 32.30% from 675); Max value from RGB is 236 - color contains mainly: green. Hex color #DDECDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDECDA is #221325. Grayscale: #E5E5E5. Windows color (decimal): -2233126 or 14347485. OLE color: 14347485.

HSL color Cylindrical-coordinate representation of color #DDECDA: hue angle of 110º degrees, saturation: 0.32, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DDECDA is Cyan = 0.06, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB 221 236 218 -
CMYK 0.06 0 0.08 0.07
HSL 110º 0.32% 0.89% -
HSV(B) 110º 0.08% 0.93% -
XYZ 72.47 80.43 78.03 -
YUV 229.46 121.53 121.96 -
System Red Green Blue C M Y K H S L
Decimal 221 236 218 0.06 0 0.08 0.07 110 0.32 0.89
Hex DD EC DA 6 0 8 7 6E 20 59
Octal 335 354 332 6 0 10 7 156 40 131
Binary 11011101 11101100 11011010 110 0 1000 111 1101110 100000 1011001

Color Harmonies of #DDECDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDECDA

Black with #DDECDA

Text Example


Text Example

White with #DDECDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDECDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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