#DDF0DF

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

Shades of Off Green #DDF0DF

Tints of Off Green #DDF0DF

Color information

#DDF0DF (or 0xDDF0DF) is unknown color: approx Off Green. HEX triplet: DD, F0 and DF. RGB value is (221,240,223). Sum of RGB (Red+Green+Blue) = 221+240+223=684 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.31% from 684); Green value is 240 (94.14% from 255 or 35.09% from 684); Blue value is 223 (87.5% from 255 or 32.60% from 684); Max value from RGB is 240 - color contains mainly: green. Hex color #DDF0DF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF0DF is #220F20. Grayscale: #E8E8E8. Windows color (decimal): -2232097 or 14676189. OLE color: 14676189.

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

Color convert

RGB221240223-
CMYK0.0800.070.06
HSL126.32º38.78%90.39%-
HSV(B)126.32º7.92%94.12%-
XYZ74.383.0281.92-
YUV232.38122.71119.88-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.31%
GREEN value IS 240 (94.14% from 255) = 35.09%
BLUE value IS 223 (87.5% from 255) = 32.60%
R=32.31%
G=35.09%
B=32.60%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2212402230.0800.070.06126.3238.7890.39
HexDDF0DF80767e275a
Octal3353603371007617647132
Binary1101110111110000110111111000011111011111101001111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF0DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF0DF; }

 p { color: rgb(221,240,223); }

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

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

 a { background-color: rgb(221,240,223); }

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

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

 span { border-color: rgb(221,240,223); }

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