#DCF3AC

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

Shades of Reef #DCF3AC

Tints of Reef #DCF3AC

Color information

#DCF3AC (or 0xDCF3AC) is unknown color: approx Reef. HEX triplet: DC, F3 and AC. RGB value is (220,243,172). Sum of RGB (Red+Green+Blue) = 220+243+172=635 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.65% from 635); Green value is 243 (95.31% from 255 or 38.27% from 635); Blue value is 172 (67.58% from 255 or 27.09% from 635); Max value from RGB is 243 - color contains mainly: green. Hex color #DCF3AC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCF3AC is #230C53. Grayscale: #E4E4E4. Windows color (decimal): -2296916 or 11334620. OLE color: 11334620.

HSL color Cylindrical-coordinate representation of color #DCF3AC: hue angle of 79.44º degrees, saturation: 0.75, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DCF3AC is Cyan = 0.09, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB220243172-
CMYK0.0900.290.05
HSL79.44º74.74%81.37%-
HSV(B)79.44º29.22%95.29%-
XYZ69.0182.351.28-
YUV228.0396.38122.27-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.65%
GREEN value IS 243 (95.31% from 255) = 38.27%
BLUE value IS 172 (67.58% from 255) = 27.09%
R=34.65%
G=38.27%
B=27.09%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2202431720.0900.290.0579.4474.7481.37
HexDCF3AC901D54f4b51
Octal334363254110355117113121
Binary1101110011110011101011001001011101101100111110010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCF3AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCF3AC; }

 p { color: rgb(220,243,172); }

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

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

 a { background-color: rgb(220,243,172); }

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

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

 span { border-color: rgb(220,243,172); }

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