#DDEBDB

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

Shades of Apple Green #DDEBDB

Tints of Apple Green #DDEBDB

Color information

#DDEBDB (or 0xDDEBDB) is unknown color: approx Apple Green. HEX triplet: DD, EB and DB. RGB value is (221,235,219). Sum of RGB (Red+Green+Blue) = 221+235+219=675 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.74% from 675); Green value is 235 (92.19% from 255 or 34.81% from 675); Blue value is 219 (85.94% from 255 or 32.44% from 675); Max value from RGB is 235 - color contains mainly: green. Hex color #DDEBDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDEBDB is #221424. Grayscale: #E5E5E5. Windows color (decimal): -2233381 or 14412765. OLE color: 14412765.

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

Color convert

RGB221235219-
CMYK0.0600.070.08
HSL112.5º28.57%89.02%-
HSV(B)112.5º6.81%92.16%-
XYZ72.3179.978.63-
YUV228.99122.36122.3-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.74%
GREEN value IS 235 (92.19% from 255) = 34.81%
BLUE value IS 219 (85.94% from 255) = 32.44%
R=32.74%
G=34.81%
B=32.44%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2212352190.0600.070.08112.528.5789.02
HexDDEBDB6078701d59
Octal3353533336071016035131
Binary110111011110101111011011110011110001110000111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDEBDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDEBDB; }

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

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

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

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

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

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

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

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