#DDF3E1

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

Shades of Off Green #DDF3E1

Tints of Off Green #DDF3E1

Color information

#DDF3E1 (or 0xDDF3E1) is unknown color: approx Off Green. HEX triplet: DD, F3 and E1. RGB value is (221,243,225). Sum of RGB (Red+Green+Blue) = 221+243+225=689 (91% of max value = 765). Red value is 221 (86.72% from 255 or 32.08% from 689); Green value is 243 (95.31% from 255 or 35.27% from 689); Blue value is 225 (88.28% from 255 or 32.66% from 689); Max value from RGB is 243 - color contains mainly: green. Hex color #DDF3E1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF3E1 is #220C1E. Grayscale: #EAEAEA. Windows color (decimal): -2231327 or 14808029. OLE color: 14808029.

HSL color Cylindrical-coordinate representation of color #DDF3E1: hue angle of 130.91º degrees, saturation: 0.48, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DDF3E1 is Cyan = 0.09, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.05.

Color convert

RGB221243225-
CMYK0.0900.070.05
HSL130.91º47.83%90.98%-
HSV(B)130.91º9.05%95.29%-
XYZ75.4684.9183.65-
YUV234.37122.71118.46-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.08%
GREEN value IS 243 (95.31% from 255) = 35.27%
BLUE value IS 225 (88.28% from 255) = 32.66%
R=32.08%
G=35.27%
B=32.66%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2212432250.0900.070.05130.9147.8390.98
HexDDF3E1907583305b
Octal3353633411107520360133
Binary11011101111100111110000110010111101100000111100001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF3E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF3E1; }

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

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

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

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

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

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

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

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