#DCF7AA

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

Shades of Reef #DCF7AA

Tints of Reef #DCF7AA

Color information

#DCF7AA (or 0xDCF7AA) is unknown color: approx Reef. HEX triplet: DC, F7 and AA. RGB value is (220,247,170). Sum of RGB (Red+Green+Blue) = 220+247+170=637 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.54% from 637); Green value is 247 (96.88% from 255 or 38.78% from 637); Blue value is 170 (66.80% from 255 or 26.69% from 637); Max value from RGB is 247 - color contains mainly: green. Hex color #DCF7AA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCF7AA is #230855. Grayscale: #E6E6E6. Windows color (decimal): -2295894 or 11204572. OLE color: 11204572.

HSL color Cylindrical-coordinate representation of color #DCF7AA: hue angle of 81.04º 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 #DCF7AA is Cyan = 0.11, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.03.

Color convert

RGB220247170-
CMYK0.1100.310.03
HSL81.04º82.8%81.76%-
HSV(B)81.04º31.17%96.86%-
XYZ70.0384.6450.68-
YUV230.1594.05120.76-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.54%
GREEN value IS 247 (96.88% from 255) = 38.78%
BLUE value IS 170 (66.80% from 255) = 26.69%
R=34.54%
G=38.78%
B=26.69%

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
Decimal2202471700.1100.310.0381.0482.881.76
HexDCF7AAB01F3515352
Octal334367252130373121123122
Binary110111001111011110101010101101111111101000110100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCF7AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCF7AA; }

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

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

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

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

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

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

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

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