#DDFAD0

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

Shades of Hint Of Green #DDFAD0

Tints of Hint Of Green #DDFAD0

Color information

#DDFAD0 (or 0xDDFAD0) is unknown color: approx Hint Of Green. HEX triplet: DD, FA and D0. RGB value is (221,250,208). Sum of RGB (Red+Green+Blue) = 221+250+208=679 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.55% from 679); Green value is 250 (98.05% from 255 or 36.82% from 679); Blue value is 208 (81.64% from 255 or 30.63% from 679); Max value from RGB is 250 - color contains mainly: green. Hex color #DDFAD0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDFAD0 is #22052F. Grayscale: #ECECEC. Windows color (decimal): -2229552 or 13695709. OLE color: 13695709.

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

Color convert

RGB221250208-
CMYK0.1200.170.02
HSL101.43º80.77%89.8%-
HSV(B)101.43º16.8%98.04%-
XYZ75.3988.372.74-
YUV236.54111.89116.92-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.55%
GREEN value IS 250 (98.05% from 255) = 36.82%
BLUE value IS 208 (81.64% from 255) = 30.63%
R=32.55%
G=36.82%
B=30.63%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2212502080.1200.170.02101.4380.7789.8
HexDDFAD0C011265515a
Octal335372320140212145121132
Binary110111011111101011010000110001000110110010110100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDFAD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDFAD0; }

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

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

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

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

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

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

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

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