#DDEADB

Color #DDEADB Apple Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Apple Green #DDEADB

Tints of Apple Green #DDEADB

Color information

#DDEADB (or 0xDDEADB) is unknown color: approx Apple Green. HEX triplet: DD, EA and DB. RGB value is (221,234,219). Sum of RGB (Red+Green+Blue) = 221+234+219=674 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.79% from 674); Green value is 234 (91.80% from 255 or 34.72% from 674); Blue value is 219 (85.94% from 255 or 32.49% from 674); Max value from RGB is 234 - color contains mainly: green. Hex color #DDEADB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDEADB is #221524. Grayscale: #E4E4E4. Windows color (decimal): -2233637 or 14412509. OLE color: 14412509.

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

Color convert

RGB221234219-
CMYK0.0600.060.08
HSL112º26.32%88.82%-
HSV(B)112º6.41%91.76%-
XYZ72.0379.3378.53-
YUV228.4122.69122.72-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.79%
GREEN value IS 234 (91.80% from 255) = 34.72%
BLUE value IS 219 (85.94% from 255) = 32.49%
R=32.79%
G=34.72%
B=32.49%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2212342190.0600.060.0811226.3288.82
HexDDEADB6068701a59
Octal3353523336061016032131
Binary110111011110101011011011110011010001110000110101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDEADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDEADB; }

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

 H1.HeaderClassName
 {
   color: #DDEADB;
 }
 .AnyTagClassName
 {
   color: #DDEADB;
 }
</style>
background-color css

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

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

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

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

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

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