#DDFACD

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

Shades of Hint Of Green #DDFACD

Tints of Hint Of Green #DDFACD

Color information

#DDFACD (or 0xDDFACD) is unknown color: approx Hint Of Green. HEX triplet: DD, FA and CD. RGB value is (221,250,205). Sum of RGB (Red+Green+Blue) = 221+250+205=676 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.69% from 676); Green value is 250 (98.05% from 255 or 36.98% from 676); Blue value is 205 (80.47% from 255 or 30.33% from 676); Max value from RGB is 250 - color contains mainly: green. Hex color #DDFACD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDFACD is #220532. Grayscale: #ECECEC. Windows color (decimal): -2229555 or 13499101. OLE color: 13499101.

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

Color convert

RGB221250205-
CMYK0.1200.180.02
HSL98.67º81.82%89.22%-
HSV(B)98.67º18%98.04%-
XYZ75.0288.1570.82-
YUV236.2110.39117.16-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.69%
GREEN value IS 250 (98.05% from 255) = 36.98%
BLUE value IS 205 (80.47% from 255) = 30.33%
R=32.69%
G=36.98%
B=30.33%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2212502050.1200.180.0298.6781.8289.22
HexDDFACDC0122635259
Octal335372315140222143122131
Binary110111011111101011001101110001001010110001110100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDFACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDFACD; }

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

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

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

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

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

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

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

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