Html Css Color HEX #DEEDDC Apple Green

📋 copy color: '#DEEDDC'

red 222 ◦ green 237 ◦ blue 220

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

Shades of Apple Green #DEEDDC

Tints of Apple Green #DEEDDC

RGB

 RED value IS 222 (87.11% from 255) = 32.7%

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

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

R = 32.7%
G = 34.9%
B = 32.4%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#DEEDDC (or 0xDEEDDC) is known color: Apple Green. HEX triplet: DE, ED and DC. RGB value is (222,237,220). Sum of RGB (Red+Green+Blue) = 222+237+220=679 (89% of max value = 765). Red value is 222 (87.11% from 255 or 32.70% from 679); Green value is 237 (92.97% from 255 or 34.90% from 679); Blue value is 220 (86.33% from 255 or 32.40% from 679); Max value from RGB is 237 - color contains mainly: green. Hex color #DEEDDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEEDDC is #211223. Grayscale: #E6E6E6. Windows color (decimal): -2167332 or 14478814. OLE color: 14478814.

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

Color convert

RGB 222 237 220 -
CMYK 0.06 0 0.07 0.07
HSL 112.94º 0.32% 0.9% -
HSV(B) 112.94º 0.07% 0.93% -
XYZ 73.33 81.27 79.53 -
YUV 230.58 122.03 121.88 -
System Red Green Blue C M Y K H S L
Decimal 222 237 220 0.06 0 0.07 0.07 112.94 0.32 0.9
Hex DE ED DC 6 0 7 7 71 20 5A
Octal 336 355 334 6 0 7 7 161 40 132
Binary 11011110 11101101 11011100 110 0 111 111 1110001 100000 1011010

Color Harmonies of #DEEDDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEEDDC

Black with #DEEDDC

Text Example


Text Example

White with #DEEDDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEEDDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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