#DDFDA9

Color #DDFDA9 Reef (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Reef #DDFDA9

Tints of Reef #DDFDA9

Color information

#DDFDA9 (or 0xDDFDA9) is unknown color: approx Reef. HEX triplet: DD, FD and A9. RGB value is (221,253,169). Sum of RGB (Red+Green+Blue) = 221+253+169=643 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.37% from 643); Green value is 253 (99.22% from 255 or 39.35% from 643); Blue value is 169 (66.41% from 255 or 26.28% from 643); Max value from RGB is 253 - color contains mainly: green. Hex color #DDFDA9 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDFDA9 is #220256. Grayscale: #EAEAEA. Windows color (decimal): -2228823 or 11140573. OLE color: 11140573.

HSL color Cylindrical-coordinate representation of color #DDFDA9: hue angle of 82.86º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DDFDA9 is Cyan = 0.13, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.01.

Color convert

RGB221253169-
CMYK0.1300.330.01
HSL82.86º95.45%82.75%-
HSV(B)82.86º33.2%99.22%-
XYZ72.1188.4950.82-
YUV233.8691.4118.83-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.37%
GREEN value IS 253 (99.22% from 255) = 39.35%
BLUE value IS 169 (66.41% from 255) = 26.28%
R=34.37%
G=39.35%
B=26.28%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2212531690.1300.330.0182.8695.4582.75
HexDDFDA9D0211535f53
Octal335375251150411123137123
Binary110111011111110110101001110101000011101001110111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDFDA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDFDA9; }

 p { color: rgb(221,253,169); }

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

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

 a { background-color: rgb(221,253,169); }

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

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

 span { border-color: rgb(221,253,169); }

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