#DCF9AF

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

Shades of Reef #DCF9AF

Tints of Reef #DCF9AF

Color information

#DCF9AF (or 0xDCF9AF) is unknown color: approx Reef. HEX triplet: DC, F9 and AF. RGB value is (220,249,175). Sum of RGB (Red+Green+Blue) = 220+249+175=644 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.16% from 644); Green value is 249 (97.66% from 255 or 38.66% from 644); Blue value is 175 (68.75% from 255 or 27.17% from 644); Max value from RGB is 249 - color contains mainly: green. Hex color #DCF9AF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCF9AF is #230650. Grayscale: #E8E8E8. Windows color (decimal): -2295377 or 11532764. OLE color: 11532764.

HSL color Cylindrical-coordinate representation of color #DCF9AF: hue angle of 83.51º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DCF9AF is Cyan = 0.12, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.02.

Color convert

RGB220249175-
CMYK0.1200.300.02
HSL83.51º86.05%83.14%-
HSV(B)83.51º29.72%97.65%-
XYZ71.1386.0653.42-
YUV231.8995.89119.52-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.16%
GREEN value IS 249 (97.66% from 255) = 38.66%
BLUE value IS 175 (68.75% from 255) = 27.17%
R=34.16%
G=38.66%
B=27.17%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2202491750.1200.300.0283.5186.0583.14
HexDCF9AFC01E2545653
Octal334371257140362124126123
Binary110111001111100110101111110001111010101010010101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCF9AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCF9AF; }

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

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

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

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

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

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

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

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