#DDF9A9

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

Shades of Reef #DDF9A9

Tints of Reef #DDF9A9

Color information

#DDF9A9 (or 0xDDF9A9) is unknown color: approx Reef. HEX triplet: DD, F9 and A9. RGB value is (221,249,169). Sum of RGB (Red+Green+Blue) = 221+249+169=639 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.59% from 639); Green value is 249 (97.66% from 255 or 38.97% from 639); Blue value is 169 (66.41% from 255 or 26.45% from 639); Max value from RGB is 249 - color contains mainly: green. Hex color #DDF9A9 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDF9A9 is #220656. Grayscale: #E7E7E7. Windows color (decimal): -2229847 or 11139549. OLE color: 11139549.

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

Color convert

RGB221249169-
CMYK0.1100.320.02
HSL81º86.96%81.96%-
HSV(B)81º32.13%97.65%-
XYZ70.8685.9950.4-
YUV231.5192.72120.5-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.59%
GREEN value IS 249 (97.66% from 255) = 38.97%
BLUE value IS 169 (66.41% from 255) = 26.45%
R=34.59%
G=38.97%
B=26.45%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2212491690.1100.320.028186.9681.96
HexDDF9A9B0202515752
Octal335371251130402121127122
Binary1101110111111001101010011011010000010101000110101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF9A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF9A9; }

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

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

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

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

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

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

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

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