Html Css Color HEX #DCEDDA Apple Green

📋 copy color: '#DCEDDA'

red 220 ◦ green 237 ◦ blue 218

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

Shades of Apple Green #DCEDDA

Tints of Apple Green #DCEDDA

RGB

 RED value IS 220 (86.33% from 255) = 32.59%

 GREEN value IS 237 (92.97% from 255) = 35.11%

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

R = 32.59%
G = 35.11%
B = 32.3%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#DCEDDA (or 0xDCEDDA) is known color: Apple Green. HEX triplet: DC, ED and DA. RGB value is (220,237,218). Sum of RGB (Red+Green+Blue) = 220+237+218=675 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.59% from 675); Green value is 237 (92.97% from 255 or 35.11% from 675); Blue value is 218 (85.55% from 255 or 32.30% from 675); Max value from RGB is 237 - color contains mainly: green. Hex color #DCEDDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCEDDA is #231225. Grayscale: #E5E5E5. Windows color (decimal): -2298406 or 14347740. OLE color: 14347740.

HSL color Cylindrical-coordinate representation of color #DCEDDA: hue angle of 113.68º degrees, saturation: 0.35, 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 #DCEDDA is Cyan = 0.07, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB 220 237 218 -
CMYK 0.07 0 0.08 0.07
HSL 113.68º 0.35% 0.89% -
HSV(B) 113.68º 0.08% 0.93% -
XYZ 72.45 80.85 78.12 -
YUV 229.75 121.37 121.04 -
System Red Green Blue C M Y K H S L
Decimal 220 237 218 0.07 0 0.08 0.07 113.68 0.35 0.89
Hex DC ED DA 7 0 8 7 72 23 59
Octal 334 355 332 7 0 10 7 162 43 131
Binary 11011100 11101101 11011010 111 0 1000 111 1110010 100011 1011001

Color Harmonies of #DCEDDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCEDDA

Black with #DCEDDA

Text Example


Text Example

White with #DCEDDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCEDDA; }

 p { color: rgb(220,237,218); }

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

background-color css

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

 a { background-color: rgb(220,237,218); }

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

border-color css

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

 span { border-color: rgb(220,237,218); }

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