#DDF7AA

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

Shades of Reef #DDF7AA

Tints of Reef #DDF7AA

Color information

#DDF7AA (or 0xDDF7AA) is unknown color: approx Reef. HEX triplet: DD, F7 and AA. RGB value is (221,247,170). Sum of RGB (Red+Green+Blue) = 221+247+170=638 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.64% from 638); Green value is 247 (96.88% from 255 or 38.71% from 638); Blue value is 170 (66.80% from 255 or 26.65% from 638); Max value from RGB is 247 - color contains mainly: green. Hex color #DDF7AA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDF7AA is #220855. Grayscale: #E6E6E6. Windows color (decimal): -2230358 or 11204573. OLE color: 11204573.

HSL color Cylindrical-coordinate representation of color #DDF7AA: hue angle of 80.26º degrees, saturation: 0.83, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DDF7AA is Cyan = 0.11, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.03.

Color convert

RGB221247170-
CMYK0.1100.310.03
HSL80.26º82.8%81.76%-
HSV(B)80.26º31.17%96.86%-
XYZ70.3484.850.69-
YUV230.4593.89121.26-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.64%
GREEN value IS 247 (96.88% from 255) = 38.71%
BLUE value IS 170 (66.80% from 255) = 26.65%
R=34.64%
G=38.71%
B=26.65%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2212471700.1100.310.0380.2682.881.76
HexDDF7AAB01F3505352
Octal335367252130373120123122
Binary110111011111011110101010101101111111101000010100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF7AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF7AA; }

 p { color: rgb(221,247,170); }

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

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

 a { background-color: rgb(221,247,170); }

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

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

 span { border-color: rgb(221,247,170); }

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