#DCFAA6

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

Shades of Reef #DCFAA6

Tints of Reef #DCFAA6

Color information

#DCFAA6 (or 0xDCFAA6) is unknown color: approx Reef. HEX triplet: DC, FA and A6. RGB value is (220,250,166). Sum of RGB (Red+Green+Blue) = 220+250+166=636 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.59% from 636); Green value is 250 (98.05% from 255 or 39.31% from 636); Blue value is 166 (65.23% from 255 or 26.10% from 636); Max value from RGB is 250 - color contains mainly: green. Hex color #DCFAA6 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCFAA6 is #230559. Grayscale: #E7E7E7. Windows color (decimal): -2295130 or 10943196. OLE color: 10943196.

HSL color Cylindrical-coordinate representation of color #DCFAA6: hue angle of 81.43º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DCFAA6 is Cyan = 0.12, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.02.

Color convert

RGB220250166-
CMYK0.1200.340.02
HSL81.43º89.36%81.57%-
HSV(B)81.43º33.6%98.04%-
XYZ70.5886.3449.02-
YUV231.4591.06119.83-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.59%
GREEN value IS 250 (98.05% from 255) = 39.31%
BLUE value IS 166 (65.23% from 255) = 26.10%
R=34.59%
G=39.31%
B=26.10%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2202501660.1200.340.0281.4389.3681.57
HexDCFAA6C0222515952
Octal334372246140422121131122
Binary1101110011111010101001101100010001010101000110110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCFAA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCFAA6; }

 p { color: rgb(220,250,166); }

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

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

 a { background-color: rgb(220,250,166); }

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

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

 span { border-color: rgb(220,250,166); }

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