#DCF7A8

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

Shades of Reef #DCF7A8

Tints of Reef #DCF7A8

Color information

#DCF7A8 (or 0xDCF7A8) is unknown color: approx Reef. HEX triplet: DC, F7 and A8. RGB value is (220,247,168). Sum of RGB (Red+Green+Blue) = 220+247+168=635 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.65% from 635); Green value is 247 (96.88% from 255 or 38.90% from 635); Blue value is 168 (66.02% from 255 or 26.46% from 635); Max value from RGB is 247 - color contains mainly: green. Hex color #DCF7A8 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCF7A8 is #230857. Grayscale: #E6E6E6. Windows color (decimal): -2295896 or 11073500. OLE color: 11073500.

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

Color convert

RGB220247168-
CMYK0.1100.320.03
HSL80.51º83.16%81.37%-
HSV(B)80.51º31.98%96.86%-
XYZ69.8484.5649.69-
YUV229.9293.05120.92-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.65%
GREEN value IS 247 (96.88% from 255) = 38.90%
BLUE value IS 168 (66.02% from 255) = 26.46%
R=34.65%
G=38.90%
B=26.46%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2202471680.1100.320.0380.5183.1681.37
HexDCF7A8B0203515351
Octal334367250130403121123121
Binary1101110011110111101010001011010000011101000110100111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCF7A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCF7A8; }

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

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

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

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

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

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

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

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