#DCF6AF

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

Shades of Reef #DCF6AF

Tints of Reef #DCF6AF

Color information

#DCF6AF (or 0xDCF6AF) is unknown color: approx Reef. HEX triplet: DC, F6 and AF. RGB value is (220,246,175). Sum of RGB (Red+Green+Blue) = 220+246+175=641 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.32% from 641); Green value is 246 (96.48% from 255 or 38.38% from 641); Blue value is 175 (68.75% from 255 or 27.30% from 641); Max value from RGB is 246 - color contains mainly: green. Hex color #DCF6AF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCF6AF is #230950. Grayscale: #E6E6E6. Windows color (decimal): -2296145 or 11531996. OLE color: 11531996.

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

Color convert

RGB220246175-
CMYK0.1100.290.04
HSL81.97º79.78%82.55%-
HSV(B)81.97º28.86%96.47%-
XYZ70.2184.2253.11-
YUV230.1396.89120.77-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.32%
GREEN value IS 246 (96.48% from 255) = 38.38%
BLUE value IS 175 (68.75% from 255) = 27.30%
R=34.32%
G=38.38%
B=27.30%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2202461750.1100.290.0481.9779.7882.55
HexDCF6AFB01D4525053
Octal334366257130354122120123
Binary1101110011110110101011111011011101100101001010100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCF6AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCF6AF; }

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

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

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

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

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

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

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

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