#DDEFE1

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

Shades of Off Green #DDEFE1

Tints of Off Green #DDEFE1

Color information

#DDEFE1 (or 0xDDEFE1) is unknown color: approx Off Green. HEX triplet: DD, EF and E1. RGB value is (221,239,225). Sum of RGB (Red+Green+Blue) = 221+239+225=685 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.26% from 685); Green value is 239 (93.75% from 255 or 34.89% from 685); Blue value is 225 (88.28% from 255 or 32.85% from 685); Max value from RGB is 239 - color contains mainly: green. Hex color #DDEFE1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDEFE1 is #22101E. Grayscale: #E8E8E8. Windows color (decimal): -2232351 or 14807005. OLE color: 14807005.

HSL color Cylindrical-coordinate representation of color #DDEFE1: hue angle of 133.33º 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 #DDEFE1 is Cyan = 0.08, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.06.

Color convert

RGB221239225-
CMYK0.0800.060.06
HSL133.33º36%90.2%-
HSV(B)133.33º7.53%93.73%-
XYZ74.2882.5483.25-
YUV232.02124.04120.14-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.26%
GREEN value IS 239 (93.75% from 255) = 34.89%
BLUE value IS 225 (88.28% from 255) = 32.85%
R=32.26%
G=34.89%
B=32.85%

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
Decimal2212392250.0800.060.06133.333690.2
HexDDEFE1806685245a
Octal3353573411006620544132
Binary11011101111011111110000110000110110100001011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDEFE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDEFE1; }

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

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

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

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

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

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

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

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