Html Css Color HEX #DDECDB Apple Green

📋 copy color: '#DDECDB'

red 221 ◦ green 236 ◦ blue 219

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

Shades of Apple Green #DDECDB

Tints of Apple Green #DDECDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 32.4%

R = 32.69%
G = 34.91%
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

#DDECDB (or 0xDDECDB) is known color: Apple Green. HEX triplet: DD, EC and DB. RGB value is (221,236,219). Sum of RGB (Red+Green+Blue) = 221+236+219=676 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.69% from 676); Green value is 236 (92.58% from 255 or 34.91% from 676); Blue value is 219 (85.94% from 255 or 32.40% from 676); Max value from RGB is 236 - color contains mainly: green. Hex color #DDECDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDECDB is #221324. Grayscale: #E5E5E5. Windows color (decimal): -2233125 or 14413021. OLE color: 14413021.

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

Color convert

RGB 221 236 219 -
CMYK 0.06 0 0.07 0.07
HSL 112.94º 0.31% 0.89% -
HSV(B) 112.94º 0.07% 0.93% -
XYZ 72.6 80.48 78.73 -
YUV 229.58 122.03 121.88 -
System Red Green Blue C M Y K H S L
Decimal 221 236 219 0.06 0 0.07 0.07 112.94 0.31 0.89
Hex DD EC DB 6 0 7 7 71 1F 59
Octal 335 354 333 6 0 7 7 161 37 131
Binary 11011101 11101100 11011011 110 0 111 111 1110001 11111 1011001

Color Harmonies of #DDECDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDECDB

Black with #DDECDB

Text Example


Text Example

White with #DDECDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDECDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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