#DCF1AC

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

Shades of Reef #DCF1AC

Tints of Reef #DCF1AC

Color information

#DCF1AC (or 0xDCF1AC) is unknown color: approx Reef. HEX triplet: DC, F1 and AC. RGB value is (220,241,172). Sum of RGB (Red+Green+Blue) = 220+241+172=633 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.76% from 633); Green value is 241 (94.53% from 255 or 38.07% from 633); Blue value is 172 (67.58% from 255 or 27.17% from 633); Max value from RGB is 241 - color contains mainly: green. Hex color #DCF1AC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCF1AC is #230E53. Grayscale: #E3E3E3. Windows color (decimal): -2297428 or 11334108. OLE color: 11334108.

HSL color Cylindrical-coordinate representation of color #DCF1AC: hue angle of 78.26º degrees, saturation: 0.71, 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 #DCF1AC is Cyan = 0.09, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB220241172-
CMYK0.0900.290.05
HSL78.26º71.13%80.98%-
HSV(B)78.26º28.63%94.51%-
XYZ68.4281.151.08-
YUV226.8697.04123.11-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.76%
GREEN value IS 241 (94.53% from 255) = 38.07%
BLUE value IS 172 (67.58% from 255) = 27.17%
R=34.76%
G=38.07%
B=27.17%

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
Decimal2202411720.0900.290.0578.2671.1380.98
HexDCF1AC901D54e4751
Octal334361254110355116107121
Binary1101110011110001101011001001011101101100111010001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCF1AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCF1AC; }

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

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

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

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

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

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

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

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