#DDF1D5

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

Shades of Hint Of Green #DDF1D5

Tints of Hint Of Green #DDF1D5

Color information

#DDF1D5 (or 0xDDF1D5) is unknown color: approx Hint Of Green. HEX triplet: DD, F1 and D5. RGB value is (221,241,213). Sum of RGB (Red+Green+Blue) = 221+241+213=675 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.74% from 675); Green value is 241 (94.53% from 255 or 35.70% from 675); Blue value is 213 (83.59% from 255 or 31.56% from 675); Max value from RGB is 241 - color contains mainly: green. Hex color #DDF1D5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF1D5 is #220E2A. Grayscale: #E7E7E7. Windows color (decimal): -2231851 or 14021085. OLE color: 14021085.

HSL color Cylindrical-coordinate representation of color #DDF1D5: hue angle of 102.86º degrees, saturation: 0.5, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DDF1D5 is Cyan = 0.08, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.05.

Color convert

RGB221241213-
CMYK0.0800.120.05
HSL102.86º50%89.02%-
HSV(B)102.86º11.62%94.51%-
XYZ73.2883.0975.13-
YUV231.83117.37120.28-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.74%
GREEN value IS 241 (94.53% from 255) = 35.70%
BLUE value IS 213 (83.59% from 255) = 31.56%
R=32.74%
G=35.70%
B=31.56%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2212412130.0800.120.05102.865089.02
HexDDF1D580C5673259
Octal33536132510014514762131
Binary11011101111100011101010110000110010111001111100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF1D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF1D5; }

 p { color: rgb(221,241,213); }

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

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

 a { background-color: rgb(221,241,213); }

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

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

 span { border-color: rgb(221,241,213); }

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