#DDFAD2

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

Shades of Hint Of Green #DDFAD2

Tints of Hint Of Green #DDFAD2

Color information

#DDFAD2 (or 0xDDFAD2) is unknown color: approx Hint Of Green. HEX triplet: DD, FA and D2. RGB value is (221,250,210). Sum of RGB (Red+Green+Blue) = 221+250+210=681 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.45% from 681); Green value is 250 (98.05% from 255 or 36.71% from 681); Blue value is 210 (82.42% from 255 or 30.84% from 681); Max value from RGB is 250 - color contains mainly: green. Hex color #DDFAD2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDFAD2 is #22052D. Grayscale: #ECECEC. Windows color (decimal): -2229550 or 13826781. OLE color: 13826781.

HSL color Cylindrical-coordinate representation of color #DDFAD2: hue angle of 103.5º degrees, saturation: 0.8, 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 #DDFAD2 is Cyan = 0.12, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.02.

Color convert

RGB221250210-
CMYK0.1200.160.02
HSL103.5º80%90.2%-
HSV(B)103.5º16%98.04%-
XYZ75.6488.474.05-
YUV236.77112.89116.75-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.45%
GREEN value IS 250 (98.05% from 255) = 36.71%
BLUE value IS 210 (82.42% from 255) = 30.84%
R=32.45%
G=36.71%
B=30.84%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2212502100.1200.160.02103.58090.2
HexDDFAD2C010268505a
Octal335372322140202150120132
Binary110111011111101011010010110001000010110100010100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDFAD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDFAD2; }

 p { color: rgb(221,250,210); }

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

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

 a { background-color: rgb(221,250,210); }

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

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

 span { border-color: rgb(221,250,210); }

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