#DDF9D0

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

Shades of Hint Of Green #DDF9D0

Tints of Hint Of Green #DDF9D0

Color information

#DDF9D0 (or 0xDDF9D0) is unknown color: approx Hint Of Green. HEX triplet: DD, F9 and D0. RGB value is (221,249,208). Sum of RGB (Red+Green+Blue) = 221+249+208=678 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.60% from 678); Green value is 249 (97.66% from 255 or 36.73% from 678); Blue value is 208 (81.64% from 255 or 30.68% from 678); Max value from RGB is 249 - color contains mainly: green. Hex color #DDF9D0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF9D0 is #22062F. Grayscale: #ECECEC. Windows color (decimal): -2229808 or 13695453. OLE color: 13695453.

HSL color Cylindrical-coordinate representation of color #DDF9D0: hue angle of 100.98º degrees, saturation: 0.77, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DDF9D0 is Cyan = 0.11, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.02.

Color convert

RGB221249208-
CMYK0.1100.160.02
HSL100.98º77.36%89.61%-
HSV(B)100.98º16.47%97.65%-
XYZ75.0887.6872.64-
YUV235.95112.22117.33-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.60%
GREEN value IS 249 (97.66% from 255) = 36.73%
BLUE value IS 208 (81.64% from 255) = 30.68%
R=32.60%
G=36.73%
B=30.68%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2212492080.1100.160.02100.9877.3689.61
HexDDF9D0B0102654d5a
Octal335371320130202145115132
Binary110111011111100111010000101101000010110010110011011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF9D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF9D0; }

 p { color: rgb(221,249,208); }

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

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

 a { background-color: rgb(221,249,208); }

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

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

 span { border-color: rgb(221,249,208); }

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