#DCF6A7

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

Shades of Reef #DCF6A7

Tints of Reef #DCF6A7

Color information

#DCF6A7 (or 0xDCF6A7) is unknown color: approx Reef. HEX triplet: DC, F6 and A7. RGB value is (220,246,167). Sum of RGB (Red+Green+Blue) = 220+246+167=633 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.76% from 633); Green value is 246 (96.48% from 255 or 38.86% from 633); Blue value is 167 (65.62% from 255 or 26.38% from 633); Max value from RGB is 246 - color contains mainly: green. Hex color #DCF6A7 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCF6A7 is #230958. Grayscale: #E5E5E5. Windows color (decimal): -2296153 or 11007708. OLE color: 11007708.

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

Color convert

RGB220246167-
CMYK0.1100.320.04
HSL79.75º81.44%80.98%-
HSV(B)79.75º32.11%96.47%-
XYZ69.4583.9249.1-
YUV229.2292.89121.42-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.76%
GREEN value IS 246 (96.48% from 255) = 38.86%
BLUE value IS 167 (65.62% from 255) = 26.38%
R=34.76%
G=38.86%
B=26.38%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2202461670.1100.320.0479.7581.4480.98
HexDCF6A7B0204505151
Octal334366247130404120121121
Binary11011100111101101010011110110100000100101000010100011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCF6A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCF6A7; }

 p { color: rgb(220,246,167); }

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

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

 a { background-color: rgb(220,246,167); }

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

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

 span { border-color: rgb(220,246,167); }

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