#DDF1D4

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

Shades of Hint Of Green #DDF1D4

Tints of Hint Of Green #DDF1D4

Color information

#DDF1D4 (or 0xDDF1D4) is unknown color: approx Hint Of Green. HEX triplet: DD, F1 and D4. RGB value is (221,241,212). Sum of RGB (Red+Green+Blue) = 221+241+212=674 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.79% from 674); Green value is 241 (94.53% from 255 or 35.76% from 674); Blue value is 212 (83.20% from 255 or 31.45% from 674); Max value from RGB is 241 - color contains mainly: green. Hex color #DDF1D4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF1D4 is #220E2B. Grayscale: #E7E7E7. Windows color (decimal): -2231852 or 13955549. OLE color: 13955549.

HSL color Cylindrical-coordinate representation of color #DDF1D4: hue angle of 101.38º degrees, saturation: 0.51, 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 #DDF1D4 is Cyan = 0.08, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.05.

Color convert

RGB221241212-
CMYK0.0800.120.05
HSL101.38º50.88%88.82%-
HSV(B)101.38º12.03%94.51%-
XYZ73.1683.0474.46-
YUV231.71116.87120.36-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.79%
GREEN value IS 241 (94.53% from 255) = 35.76%
BLUE value IS 212 (83.20% from 255) = 31.45%
R=32.79%
G=35.76%
B=31.45%

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
Decimal2212412120.0800.120.05101.3850.8888.82
HexDDF1D480C5653359
Octal33536132410014514563131
Binary11011101111100011101010010000110010111001011100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF1D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF1D4; }

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

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

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

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

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

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

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

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