#DDF2D1

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

Shades of Hint Of Green #DDF2D1

Tints of Hint Of Green #DDF2D1

Color information

#DDF2D1 (or 0xDDF2D1) is unknown color: approx Hint Of Green. HEX triplet: DD, F2 and D1. RGB value is (221,242,209). Sum of RGB (Red+Green+Blue) = 221+242+209=672 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.89% from 672); Green value is 242 (94.92% from 255 or 36.01% from 672); Blue value is 209 (82.03% from 255 or 31.10% from 672); Max value from RGB is 242 - color contains mainly: green. Hex color #DDF2D1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF2D1 is #220D2E. Grayscale: #E8E8E8. Windows color (decimal): -2231599 or 13759197. OLE color: 13759197.

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

Color convert

RGB221242209-
CMYK0.0900.140.05
HSL98.18º55.93%88.43%-
HSV(B)98.18º13.64%94.9%-
XYZ73.0883.4872.58-
YUV231.96115.04120.18-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.89%
GREEN value IS 242 (94.92% from 255) = 36.01%
BLUE value IS 209 (82.03% from 255) = 31.10%
R=32.89%
G=36.01%
B=31.10%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2212422090.0900.140.0598.1855.9388.43
HexDDF2D190E5623858
Octal33536232111016514270130
Binary11011101111100101101000110010111010111000101110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF2D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF2D1; }

 p { color: rgb(221,242,209); }

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

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

 a { background-color: rgb(221,242,209); }

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

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

 span { border-color: rgb(221,242,209); }

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