#DDEFE0

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

Shades of Off Green #DDEFE0

Tints of Off Green #DDEFE0

Color information

#DDEFE0 (or 0xDDEFE0) is unknown color: approx Off Green. HEX triplet: DD, EF and E0. RGB value is (221,239,224). Sum of RGB (Red+Green+Blue) = 221+239+224=684 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.31% from 684); Green value is 239 (93.75% from 255 or 34.94% from 684); Blue value is 224 (87.89% from 255 or 32.75% from 684); Max value from RGB is 239 - color contains mainly: green. Hex color #DDEFE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDEFE0 is #22101F. Grayscale: #E7E7E7. Windows color (decimal): -2232352 or 14741469. OLE color: 14741469.

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

Color convert

RGB221239224-
CMYK0.0800.060.06
HSL130º36%90.2%-
HSV(B)130º7.53%93.73%-
XYZ74.1482.4982.54-
YUV231.91123.54120.22-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.31%
GREEN value IS 239 (93.75% from 255) = 34.94%
BLUE value IS 224 (87.89% from 255) = 32.75%
R=32.31%
G=34.94%
B=32.75%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2212392240.0800.060.061303690.2
HexDDEFE0806682245a
Octal3353573401006620244132
Binary11011101111011111110000010000110110100000101001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDEFE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDEFE0; }

 p { color: rgb(221,239,224); }

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

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

 a { background-color: rgb(221,239,224); }

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

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

 span { border-color: rgb(221,239,224); }

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